Function zebra_test::prelude::prop::char::ranges
pub fn ranges(ranges: Cow<'_, [RangeInclusive<char>]>) -> CharStrategy<'_>
Expand description
Creates a CharStrategy
which selects characters within the given ranges,
all inclusive, using the default biases.