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