Skip to main content

exit_scope

Function exit_scope 

Source
pub fn exit_scope<OnPop>(
    locals: &mut Vec<Value>,
    local_count: usize,
    on_pop: OnPop,
)
where OnPop: FnMut(&Value),