lexical_sort::iter

Function iterate_lexical

Source
pub fn iterate_lexical(s: &str) -> impl Iterator<Item = char> + '_
Expand description

Returns an iterator over the characters of a string, converted to lowercase and transliterated to ASCII, if they’re alphanumeric