[−][src]Type Definition symtab::SymbolTable
type SymbolTable<S, T> = HashMap<S, T>;
SymbolTable associates a Symbol S with a stored value T.
type SymbolTable<S, T> = HashMap<S, T>;
SymbolTable associates a Symbol S with a stored value T.