devela::_dep::js_sys::wasm_bindgenFunction unintern
Source pub fn unintern(s: &str)
Available on crate feature dep_js_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.