kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
minBy
min
By
Common
@
DeprecatedSinceKotlin
(
warningSince
=
"1.4"
,
errorSince
=
"1.5"
)
inline
fun
<
R
:
Comparable
<
R
>
>
CharSequence
.
minBy
(
selector
:
(
Char
)
->
R
)
:
Char
?
Content copied to clipboard