Function divides_8

Source
pub fn divides_8(a: u8, b: u8) -> bool
Expand description

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

ยงCost

98 mWU (milli weight units)