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