[−][src]Module rustc_ap_syntax_pos::symbol
An "interner" is a data structure that associates values with usize tags and allows bidirectional lookup; i.e., given a value, one can easily find the type, and vice versa.
Modules
| kw | |
| sym |
Structs
| Ident | |
| Interner | |
| Symbol | An interned string. |
| SymbolIndex | |
| SymbolStr | An alternative to |