addAllFrom

Adds provided elements at the end of the ordered collection.

For each index from 0 to size there is exactly one corresponding place for a value. And this operation adds places with indices from size to size + elements.size exclusive and puts the values in it.