pub fn with_value_sym<R, FnR>(key: SymStr, caller: FnR) -> Rwhere FnR: FnOnce(Option<&Stored>) -> R,
Sym-keyed variant of with_value — avoids the per-call arena::pin(key).
with_value
arena::pin(key)