Function |lt
ops/u128::|lt
Usage
|lt(a, b)
Parameters
↳ a:
u128
↳ b:
u128
Return
↴ bool
Tells whether a
is strictly lower than b
.
ops/u128::|lt
|lt(a, b)
↳ a:
u128
↳ b:
u128
↴ bool
Tells whether a
is strictly lower than b
.