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

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

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