Lodash.lte

Checks if value is less than or equal to other.

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

Return Value

Type: auto ref

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

Meta