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