Function jump
pub fn jump<ITy, H>(context: InstructionContext<'_, H, ITy>)where
ITy: InterpreterTypes,
H: ?Sized,Available on crate feature
evm only.Expand description
Implements the JUMP instruction.
Unconditional jump to a valid destination.