Expand description
A simple, general-use symbol table optimized for speed at the cost of some advanced features.
Structs§
- Symbol
Table - A simple, generic symbol table.
Traits§
- MutSymbol
Map - A trait for a symbol table which in which entries may be infallibly mutated.
- Symbol
Map - A trait for a symbol table which can be indexed by a given key.