Type Alias cfg::prediction::PerSymbolSets

source ·
pub type PerSymbolSets = BTreeMap<Symbol, BTreeSet<Option<Symbol>>>;
Expand description

The representation of FIRST and FOLLOW sets.

Aliased Type§

struct PerSymbolSets { /* private fields */ }