[][src]Function lexical_sort::iter::iterate_lexical

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

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