Function compiler_builtins::int::specialized_div_rem::u64_div_rem
source · pub fn u64_div_rem(duo: u64, div: u64) -> (u64, u64)
Expand description
Computes the quotient and remainder of duo
divided by div
and returns them as a
tuple.