pub type CodePoint32BitCharStream<'a> = InputStream<&'a [u32]>;
Expand description

InputStream which treats the input as a series of Unicode code points