Struct std::str::Utf16UnitsExperimental
[-]
[+]
[src]
pub struct Utf16Units<'a> { // some fields omitted }
External iterator for a string's UTF16 codeunits.
Use with the std::iter
module.