Function modulo_integer

Source
pub fn modulo_integer(lhs: i32, rhs: i32) -> Result<i32>
Expand description

Performs a modulo operation of integers.