Function simfony_as_rust::jet::arithmetic::divides_8
source ยท pub fn divides_8(a: u8, b: u8) -> boolExpand description
Check if the first integer is divisible by the second integer.
pub fn divides_8(a: u8, b: u8) -> boolCheck if the first integer is divisible by the second integer.