Function quickcheck::empty_shrinker
source ยท pub fn empty_shrinker<A: 'static>() -> Box<dyn Iterator<Item = A>>
Expand description
Creates a shrinker with zero elements.
pub fn empty_shrinker<A: 'static>() -> Box<dyn Iterator<Item = A>>
Creates a shrinker with zero elements.