pub fn resolve(sym: Symbol) -> StringExpand description
Resolve a Symbol back to its string content. Allocates a fresh
String. For hot paths prefer resolve_rc or with_resolved
— Rc::clone is ~20x cheaper than String::from for identifier-
sized inputs.