to Collection
fun <C : MutableCollection<in Char>> CharSequence.toCollection(destination: C): C
Content copied to clipboard
Appends all characters to the given destination collection.
Appends all characters to the given destination collection.