kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
minOrNull
min
Or
Null
fun
CharSequence
.
minOrNull
(
)
:
Char
?
(
source
)
Returns the smallest character or
null
if there are no characters.
Since Kotlin
1.4