Function new_while

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

Creates a new while loop