Constant proptest::char::ANY [] [src]

pub const ANY: CharStrategy<'static> = CharStrategy{special: Cow::Borrowed(DEFAULT_SPECIAL_CHARS),
             preferred: Cow::Borrowed(DEFAULT_PREFERRED_RANGES),
             ranges: Cow::Borrowed(WHOLE_RANGE),}

The CharStrategy which picks from literally any character, with the default biases.