Function simfony_as_rust::jet::arithmetic::modulo_32
source ยท pub fn modulo_32(a: u32, b: u32) -> u32Expand description
Compute the remainder after dividing both integers.
pub fn modulo_32(a: u32, b: u32) -> u32Compute the remainder after dividing both integers.