Function divides_64

Source
pub fn divides_64(a: u64, b: u64) -> bool
Expand description

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

ยงCost

91 mWU (milli weight units)