pub type InternedStr = Rc<str>;
The type of strings that have been interned.
Currently just a type alias, but I might change that if I find a good reason.
pub struct InternedStr { /* private fields */ }