addAll

fun addAll(elements: Collection<T>)

The elements are added and the ordering implied by the elements is maintained.

Parameters

elements

the elements to add