pub type CodePoint16BitCharStream<'a> = InputStream<&'a [u16]>;
Expand description
InputStream which treats the input as a series of Unicode code points that fit into u16
Aliased Typeยง
pub struct CodePoint16BitCharStream<'a> { /* private fields */ }