pub type PerSymbolSets = BTreeMap<Symbol, PerSymbolSetVal>;Expand description
The representation of FIRST and FOLLOW sets.
Aliased Typeยง
pub struct PerSymbolSets { /* private fields */ }pub type PerSymbolSets = BTreeMap<Symbol, PerSymbolSetVal>;The representation of FIRST and FOLLOW sets.
pub struct PerSymbolSets { /* private fields */ }