rem

pub fn rem<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: ?Sized,
Available on crate feature evm only.
Expand description

Implements the MOD instruction.

Pops two values from stack and pushes the remainder of their division.