Tells whether a is less than or equal to b. a and b are uint128_t values composed from alo and ahi or blo and bhi, respectively.
value of the lower 64 bits of a
value of the higher 64 bits of a
value of the lower 64 bits of b
value of the higher 64 bits of b
true if a <= b or false otherwise.
See Implementation
Tells whether a is less than or equal to b. a and b are uint128_t values composed from alo and ahi or blo and bhi, respectively.