min
function min(x:Boolean, y:Boolean) -> Boolean
Minimum of two values (logical and);
function min(x:Integer16, y:Integer16) -> Integer16
Minimum of two values.
function min(x:Integer32, y:Integer32) -> Integer32
Minimum of two values.
function min(x:Integer64, y:Integer64) -> Integer64
Minimum of two values.
function min(x:Integer8, y:Integer8) -> Integer8
Minimum of two values.
function min(x:Real32, y:Real32) -> Real32
Minimum of two values.
function min(x:Real64, y:Real64) -> Real64
Minimum of two values.
function min<Type>(iter:Iterator<Type>) -> Type
Minimum reduction.
function min<Type>(x:Type[_]) -> Type
Minimum reduction.