[][src]Type Definition symtab::SymbolTable

type SymbolTable<S, T> = HashMap<S, T>;

SymbolTable associates a Symbol S with a stored value T.