min3

Find minimum of three values

nothrow
T
min3
(
T
)
(
T x
,
T y
,
T z
)

Examples

assert(min3(3, 2, 1) == 1);

Meta