Function simfony_as_rust::jet::arithmetic::le_32
source ยท pub fn le_32(a: u32, b: u32) -> boolExpand description
Check if an integer is less than or equal to another integer.
pub fn le_32(a: u32, b: u32) -> boolCheck if an integer is less than or equal to another integer.