pub type Symbol = Interned<'static, str>;
An interned symbol (i.e. a name)
#[repr(transparent)]pub struct Symbol(pub &'static str, pub Private);
0: &'static str
1: Private