Skip to main content

Module intern

Module intern 

Source
Expand description

String interner for fast variable name lookups.

Symbols are u32 indices into a global pool. Equality is O(1).

Structsยง

StringPool
A string interner that maps strings to unique Symbol IDs.
Symbol
An interned string identifier.