pub fn step_op_stack( op: Stack, pc: usize, stack: &mut Stack, repeat: &mut Repeat, ) -> Result<Option<ProgramControlFlow>, OpError>
Step forward constraint checking by the given stack operation.