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),}
Deprecated since 0.4.0

: replaced with proptest::char::any()