Function numbers::modulo

source ·
pub fn modulo(left: i128, right: i128) -> i128
Expand description

Returns the remainder of two numbers.