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