Function new_if

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

Creates a new if statement