Function new_cyclic_condition

Source
pub fn new_cyclic_condition<C, T>(
    condition: C,
    then_block: Vec<T>,
    opcode: Option<Opcode>,
) -> Result<ControlFlowNode, AstNodeError>
where C: Into<ExprKind>, T: Into<AstKind>,
Expand description

Creates a new cyclic condition