Function jumpdest
pub const fn jumpdest<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Implements the JUMPDEST instruction.
Marks a valid destination for jump operations.