toCollection

fun <E : Any, C : MutableCollection<in E>> EntitySequence<E, *>.toCollection(destination: C): C(source)

Append all elements to the given destination collection.

The operation is terminal.