Function |le
ops/u128::|le
Usage
|le(a, b)
Parameters
↳ a:
u128
↳ b:
u128
Return
↴ bool
Tells whether a
is lower or equal to b
.
ops/u128::|le
|le(a, b)
↳ a:
u128
↳ b:
u128
↴ bool
Tells whether a
is lower or equal to b
.