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