Function new_with

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

Creates a new with statement