[src]

Function std::num::div_rem

pub fn div_rem<T: Div<T, T> + Rem<T, T>>(x: T, y: T) -> (T, T)

Simultaneous division and remainder