pub const DEFAULT_SYMBOL_TABLE_CAPACITY: usize = 4096;
Expand description

Default capacity for a new SymbolTable created with SymbolTable::new.