pub fn push_frame(bindings: HashMap<VarKey, Value>) -> BindingGuardExpand description
Push a new dynamic binding frame; return a guard that pops it on drop.
pub fn push_frame(bindings: HashMap<VarKey, Value>) -> BindingGuardPush a new dynamic binding frame; return a guard that pops it on drop.