pub fn step_on_total_control_flow(
op: TotalControlFlow,
stack: &mut Stack,
pc: usize,
) -> OpResult<Option<ProgramControlFlow>>
Expand description
Step forward constraint checking by the given total control flow operation.
pub fn step_on_total_control_flow(
op: TotalControlFlow,
stack: &mut Stack,
pc: usize,
) -> OpResult<Option<ProgramControlFlow>>
Step forward constraint checking by the given total control flow operation.