Skip to main content

resolve

Function resolve 

Source
pub fn resolve(sym: Symbol) -> String
Expand description

Resolve a symbol using the thread-local interner.

Allocates a fresh String. Prefer resolve_rc or with_resolved in hot paths — Rc::clone is ~20x cheaper than String::from for typical identifier lengths.