Function num_integer::div_rem [−][src]
pub fn div_rem<T: Integer>(x: T, y: T) -> (T, T)
Expand description
Simultaneous integer division and modulus
pub fn div_rem<T: Integer>(x: T, y: T) -> (T, T)
Simultaneous integer division and modulus