Module syntax::util::interner [] [src]

Unstable (rustc_private)

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.

Structs

Interner [Unstable]
RcStr [Unstable]
StrInterner [Unstable]

A StrInterner differs from Interner in that it accepts &str rather than RcStr, resulting in less allocation.