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