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