Get started

addingAllAt

open fun addingAllAt(index: Int, c: Collection<E>): PersistentList<E>(source)

Returns a new persistent list with the specified c collection inserted at the specified index, or this instance if the specified collection is empty.

Throws

if index is out of bounds of this list.