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.

Trait Implementations

impl<'a> Iterator<u16> for Utf16Units<'a>

fn next(&mut self) -> Option<u16>

fn size_hint(&self) -> (uint, Option<uint>)

fn size_hint(&self) -> (uint, Option<uint>)

Derived Implementations

impl<'a> Clone for Utf16Units<'a>

fn clone(&self) -> Utf16Units<'a>

fn clone_from(&mut self, &Utf16Units<'a>)