Function essential_constraint_vm::step_op_stack
source ยท pub fn step_op_stack(
op: Stack,
pc: usize,
stack: &mut Stack,
repeat: &mut Repeat,
) -> OpResult<Option<ProgramControlFlow>>
Expand description
Step forward constraint checking by the given stack operation.