Function iszero

Source
pub fn iszero<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the ISZERO instruction.

Checks if the top stack value is zero.