Function simfony_as_rust::jet::arithmetic::div_mod_64
source ยท pub fn div_mod_64(a: u64, b: u64) -> (u64, u64)Expand description
Divide the first integer by the second integer, and return the remainder.
pub fn div_mod_64(a: u64, b: u64) -> (u64, u64)Divide the first integer by the second integer, and return the remainder.