Function proptest::char::ranges

source ·
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.