min
Returns the smallest character.
Since Kotlin
1.7Throws
if the char 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
Returns the smallest character.
if the char sequence is empty.
Warning since 1.4
Error since 1.5
Hidden since 1.6
Use minOrNull instead.
this.minOrNull()
Thanks for your feedback!