Skip to main content

MutableLexer

Type Alias MutableLexer 

Source
pub type MutableLexer<'a> = Lexer<'a, Interning<'a>>;
Expand description

通常の Lexer(mutable interner を使用)

Aliased Type§

pub struct MutableLexer<'a> { /* private fields */ }