max2

Find maximum of two values

nothrow
T
max2
(
T
)
(
T x
,
T y
)

Examples

assert(max2(2, 1) == 2);

Meta