[][src]Function places::match_impl::next_codepoint_lower

fn next_codepoint_lower(s: &str) -> (char, usize)

Read the next codepoint out of s and return it's lowercase variant, and the index of the codepoint after it.