PerSymbolSets

Type Alias PerSymbolSets 

Source
pub type PerSymbolSets = BTreeMap<Symbol, PerSymbolSetVal>;
Expand description

The representation of FIRST and FOLLOW sets.

Aliased Typeยง

pub struct PerSymbolSets { /* private fields */ }