Function std::str::utf16_chars

pub fn utf16_chars(v: &[u16], f: &fn(char))

Iterates over the utf-16 characters in the specified slice, yielding each decoded unicode character to the function provided.

Failures