toList

fun CharSequence.toList(): List<Char>

Returns a List containing all characters.