devela::_dep::web_sys::js_sys::wasm_bindgen

Function unintern

Source
pub fn unintern(s: &str)
Available on crate feature dep_web_sys only.
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.