pub fn iszero<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the ISZERO instruction.
Checks if the top stack value is zero.
pub fn iszero<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the ISZERO instruction.
Checks if the top stack value is zero.