Function 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.

ยงCost

87 mWU (milli weight units)