Function simfony_as_rust::jet::arithmetic::divides_32

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

Check if the first integer is divisible by the second integer.