Function core::str::char_range_at_raw [] [src]

fn char_range_at_raw(bytes: &[u8], i: usize) -> (u32, usize)

Pluck a code point out of a UTF-8-like byte slice and return the index of the next code point.