min
Returns the smallest element.
If any of elements is NaN
returns NaN
.
The operation is terminal.
Since Kotlin
1.7Throws
if the sequence is empty.
Returns the smallest element.
The operation is terminal.
Since Kotlin
1.7Throws
if the sequence is empty.
Deprecated
Warning since 1.4
Error since 1.5
Hidden since 1.6
Use minOrNull instead.
Replace with
this.minOrNull()
Content copied to clipboard
Since Kotlin
1.1Deprecated
Warning since 1.4
Error since 1.5
Hidden since 1.6
Use minOrNull instead.
Replace with
this.minOrNull()
Content copied to clipboard