to Collection
fun <T, C : MutableCollection<in T>> Sequence<T>.toCollection(destination: C): C
Content copied to clipboard
Appends all elements to the given destination collection.
The operation is terminal.
Appends all elements to the given destination collection.
The operation is terminal.