split_env

Function split_env 

Source
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.