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