pub fn divides_32(a: u32, b: u32) -> bool
Check if the first integer is divisible by the second integer.
87 mWU (milli weight units)