Skip to main content

resolve

Function resolve 

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

Resolve a Symbol back to its string content. Allocates a fresh String. For hot paths prefer resolve_rc or with_resolvedRc::clone is ~20x cheaper than String::from for identifier- sized inputs.