max

fnT max(T)(T a, T b) pure nothrow @nogc @safe

Calculates the maximum of the passed arguments

Parameters

afirst value to select the maximum from
bsecond value to select the maximum from

Returns

The maximum of the passed-in values.