Skip to main content

iszero

Function iszero 

pub fn iszero<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the ISZERO instruction.

Checks if the top stack value is zero.