Function smod
pub fn smod<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the SMOD instruction.
Performs signed modulo of two values from stack.
pub fn smod<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the SMOD instruction.
Performs signed modulo of two values from stack.