Lodash.max

Computes the maximum value of array. If array is empty or falsey, undefined is returned.

struct Lodash
nothrow @trusted @safe ref
max
()
()

Return Value

Type: auto ref

- Lodash chained on (*): the maximum value.

Meta