Constant proptest::char::DEFAULT_PREFERRED_RANGES[][src]

pub const DEFAULT_PREFERRED_RANGES: &[RangeInclusive<char>] = &[<::core::ops::RangeInclusive>::new(' ', '~'),
  <::core::ops::RangeInclusive>::new(' ', '~'),
  <::core::ops::RangeInclusive>::new(' ', '~'),
  <::core::ops::RangeInclusive>::new(' ', '~'),
  <::core::ops::RangeInclusive>::new(' ', '~'),
  <::core::ops::RangeInclusive>::new('@', '\u{ff}')]

A default sequence of ranges used preferentially when generating random characters.