Function simfony_as_rust::jet::arithmetic::div_mod_32

source ยท
pub fn div_mod_32(a: u32, b: u32) -> (u32, u32)
Expand description

Divide the first integer by the second integer, and return the remainder.