Function jump

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

Implements the JUMP instruction.

Unconditional jump to a valid destination.