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>,
Creates a new cyclic condition