max3

Find maximum of three values

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

Examples

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

Meta