Function i256_mod
pub fn i256_mod(first: Uint<256, 4>, second: Uint<256, 4>) -> Uint<256, 4>Expand description
Performs signed modulo of two 256-bit integers.
pub fn i256_mod(first: Uint<256, 4>, second: Uint<256, 4>) -> Uint<256, 4>Performs signed modulo of two 256-bit integers.