pub fn single_shrinker<A: 'static>(value: A) -> Box<dyn Iterator<Item = A>>
Creates a shrinker with a single element.