Function proptest::char::ranges

source ·
pub fn ranges(ranges: Cow<'_, [(char, char)]>) -> CharStrategy<'_>
Expand description

Creates a CharStrategy which selects characters within the given ranges, all inclusive, using the default biases.