kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
toList
to
List
Common
fun
CharSequence
.
toList
(
)
:
List
<
Char
>
Content copied to clipboard
Returns a
List
containing all characters.