max
fn
T max(T)(T a, T b) pure nothrow @nogc @safeCalculates the maximum of the passed arguments
Parameters
a | first value to select the maximum from |
b | second value to select the maximum from |
Returns
The maximum of the passed-in values.