Type Definition cfg::prediction::PerSymbolSets [] [src]

type PerSymbolSets = BTreeMap<Symbol, BTreeSet<Option<Symbol>>>;

The representation of FIRST and FOLLOW sets.