Lodash.lt

Checks if value is less than other.

struct Lodash
nothrow @trusted @safe ref
lt
(
T
)
(
auto ref T other
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is less than other, else false.

Meta