Function new_for

Source
pub fn new_for<C, T>(condition: C, then_block: Vec<T>) -> ControlFlowNode
where C: Into<ExprKind>, T: Into<AstKind>,
Expand description

Creates a new for loop