Function rem
pub fn rem<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the MOD instruction.
Pops two values from stack and pushes the remainder of their division.
pub fn rem<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the MOD instruction.
Pops two values from stack and pushes the remainder of their division.