pub fn intern(s: &str) -> Arc<str>
Interns a string slice using the global interner.
This is a convenience function that uses the global GLOBAL_INTERNER.
GLOBAL_INTERNER