Lodash.gt

Checks if value is greater than other.

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

Return Value

Type: auto ref

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

Meta