Function specialized_div_rem::u32_div_rem_delegate[][src]

pub fn u32_div_rem_delegate(duo: u32, div: u32) -> (u32, u32)
Expand description

Computes the quotient and remainder of duo divided by div and returns them as a tuple.