min

Returns the minimum. @tparam T Parameters of the function @return Type from the first parameter

pragma(inline, true)
T[0]
min
(
T...
)
()
if (
T.length > 0
)

Meta