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