add

open fun add(element: Element)(source)

Adds provided element 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 a place with index size and puts the value in it.