addAll

Common
JVM
JS
Native
1.0
abstract fun addAll(elements: Collection<E>): Boolean

Adds all of the elements of the specified collection to this collection.

Return true if any of the specified elements was added to the collection, false if the collection was not modified.