Lodash.gte

Checks if value is greater than or equal to other.

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

Return Value

Type: auto ref

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

Meta