pub fn intern_owned(s: String) -> Arc<str>
Interns an owned String using the global interner.
This is a convenience function that uses the global GLOBAL_INTERNER.
GLOBAL_INTERNER