pub fn extract_side_effects_to(to: &mut Vec<Box<Expr>>, expr: Box<Expr>)
Expand description

Add side effects of expr to to. This function preserves order and conditions. (think a() ? yield b() : c())