Function wasm_bindgen::unintern[][src]

pub fn unintern(s: &str)

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.