pub type Sym = Interned<'static, str>;
An Interned static str, used in place of an identifier
struct Sym { /* private fields */ }