kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
min
min
fun
CharSequence
.
min
(
)
:
Char
?
(
source
)
Deprecated
Warning since 1.4
Error since 1.5
Use minOrNull instead.
Replace with
this.minOrNull()
Content copied to clipboard