Function step_on_temporary

Source
pub fn step_on_temporary(
    op: Temporary,
    stack: &mut Stack,
    memory: &mut Memory,
) -> OpResult<()>
Expand description

Step forward constraint checking by the given temporary operation.