addAllAt abstract method
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);