toMutableList

fun CharSequence.toMutableList(): MutableList<Char>

Returns a new MutableList filled with all characters of this char sequence.