[][src]Function prime::auxiliary::div_rem

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