max

Iterates the passed arguments and returns the minimum value.

nothrow
max
(
T...
)
()
if (
T.length >= 2
)

Return Value

Type: auto

The minimum of the passed-in values.

Meta