Function core::str::next_code_point [−][src]
pub fn next_code_point<'a, I: Iterator<Item = &'a u8>>(
bytes: &mut I
) -> Option<u32>🔬 This is a nightly-only experimental API. (
str_internals)This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Reads the next code point out of a byte iterator (assuming a UTF-8-like encoding).