min

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

Calculates the minimum of the passed arguments

Parameters

afirst value to select the minimum from
bsecond value to select the minimum from

Returns

The minimum of the passed-in values.