Returns true if y is less than x. Same as y < x.
y
x
y < x
lt(9)(3)// => true Copy
lt(9)(3)// => true
Generated using TypeDoc
Returns true if
y
is less thanx
. Same asy < x
.