[−][src]Function core::str::next_code_point
pub fn next_code_point<'a, I: Iterator<Item = &'a u8>>(
bytes: &mut I
) -> Option<u32>
Reads the next code point out of a byte iterator (assuming a UTF-8-like encoding).
pub fn next_code_point<'a, I: Iterator<Item = &'a u8>>(
bytes: &mut I
) -> Option<u32>
Reads the next code point out of a byte iterator (assuming a UTF-8-like encoding).