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