addAllAt abstract method

bool addAllAt(
  1. int index,
  2. KtCollection<T> elements
)

Inserts all of the elements in the specified collection elements into this list at the specified index.

@return true if the list was changed as the result of the operation.

Implementation

bool addAllAt(int index, KtCollection<T> elements);