pub fn split_env(closure: ExprClosure) -> (Expr, ExprClosure, Vec<Ident>)Expand description
Split closure into raw closure, accepting its environment as the first argument, and the environment collection code.
pub fn split_env(closure: ExprClosure) -> (Expr, ExprClosure, Vec<Ident>)Split closure into raw closure, accepting its environment as the first argument, and the environment collection code.