tango.util.MinMax

License:

BSD style: see license.txt

Version:

Jan 2010: Initial release

Author:

Kris
T min(T)(T a, T b) #
Return the minimum of two arguments (of the same type)
T max(T)(T a, T b) #
Return the maximum of two arguments (of the same type)