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

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

The representation of FIRST and FOLLOW sets.