cl_interpret::function::collect_upvars

Function collect_upvars

Source
pub fn collect_upvars(
    f: &Function,
    env: &Environment,
) -> HashMap<Sym, Option<ConValue>>