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

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

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