Skip to main content

iszero

Function iszero 

Source
pub fn iszero<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the ISZERO instruction.

Checks if the top stack value is zero.