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