Type Alias DefaultStringInterner

Source
pub type DefaultStringInterner = StringInterner<Sym>;
Expand description

StringInterner that uses Sym as its underlying symbol type.

Aliased Typeยง

pub struct DefaultStringInterner { /* private fields */ }