Function stop
pub const fn stop<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Stop opcode. This opcode halts the execution.
pub const fn stop<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Stop opcode. This opcode halts the execution.