[−][src]Type Definition antlr_rust::input_stream::CodePoint16BitCharStream
type CodePoint16BitCharStream<'a> = InputStream<&'a [u16]>;
InputStream which treats the input as a series of Unicode code points that fit into u16