pub fn single_shrinker<A: 'static>(value: A) -> Box<dyn Iterator<Item = A>>
Expand description

Creates a shrinker with a single element.