Get started

addingAll

open override fun addingAll(elements: Collection<E>): PersistentList<E>(source)

Returns a new persistent list with elements of the specified elements collection appended, or this instance if the specified collection is empty.

The elements are appended in the order they appear in the specified collection.