Function simfony_as_rust::jet::arithmetic::divides_32
source ยท pub fn divides_32(a: u32, b: u32) -> boolExpand description
Check if the first integer is divisible by the second integer.
pub fn divides_32(a: u32, b: u32) -> boolCheck if the first integer is divisible by the second integer.