Expand description

Input to lexer

Structs

Default rust target input stream.

Type Definitions

InputStream over byte slice

InputStream which treats the input as a series of Unicode code points that fit into u8

InputStream which treats the input as a series of Unicode code points that fit into u16

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