Function iszero
pub fn iszero<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the ISZERO instruction.
Checks if the top stack value is zero.
pub fn iszero<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the ISZERO instruction.
Checks if the top stack value is zero.