set

open operator override fun set(index: UInt, element: Element)(source)

Sets another value at the place with the provided index with respect to inner order of elements.

For each index from 0 to size there is exactly one corresponding place for a value which can be replaced via this operation.

If index is at least size, IndexOutOfBoundsException is thrown.

Throws

when index is not less than size.