Function specialized_div_rem::i32_div_rem[][src]

pub fn i32_div_rem(duo: i32, div: i32) -> (i32, i32)

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