Type Definition antlr_rust::input_stream::CodePoint16BitCharStream[][src]

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