Function simfony_as_rust::jet::arithmetic::modulo_64
source ยท pub fn modulo_64(a: u64, b: u64) -> u64Expand description
Compute the remainder after dividing both integers.
pub fn modulo_64(a: u64, b: u64) -> u64Compute the remainder after dividing both integers.