Function jumpi

Source
pub fn jumpi<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the JUMPI instruction.

Conditional jump to a valid destination if condition is true.