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