pub fn is_nfkc_quick<I: Iterator<Item = char>>(s: I) -> IsNormalized
Expand description

Quickly check if a string is in NFKC.