Lodash.min

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

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

Return Value

Type: auto ref

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

Meta