Function single_shrinker

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

Creates a shrinker with a single element.