InsertOrAppendAll<T> extension

on

Methods

insertOrAppendAll(int index, Iterable<T> other) Iterable<T>
Inserts all elements from another iterable into this iterable at the specified index.