max

@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun Array<out Double>.max(): Double?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun Array<out Float>.max(): Float?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun <T : Comparable<T>> Array<out T>.max(): T?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun ByteArray.max(): Byte?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun ShortArray.max(): Short?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun IntArray.max(): Int?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun LongArray.max(): Long?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun FloatArray.max(): Float?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun DoubleArray.max(): Double?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun CharArray.max(): Char?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun Iterable<Double>.max(): Double?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun Iterable<Float>.max(): Float?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun <T : Comparable<T>> Iterable<T>.max(): T?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun UIntArray.max(): UInt?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun ULongArray.max(): ULong?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun UByteArray.max(): UByte?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun UShortArray.max(): UShort?