addAll

expect open override fun addAll(elements: Collection<E>): Boolean(source)
actual open override 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.