pub fn i<Q>(q: &Q) -> Tok<Q::Owned>where Q: ?Sized + Eq + Hash + ToOwned, Q::Owned: Borrow<Q> + Internable,
Intern something with the global interner. If Q is static, you should consider using the macro version of this function.