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