pub fn unintern(s: &str)
Expand description

Removes a Rust string from the intern cache.

This does the opposite of the intern function.

If the intern function is called again then it will re-intern the string.