get

open operator override fun get(index: Int): MutablePart

Returns a part at the specified index in the collection.

Return

The part at the specified position in the collection.

Since

200.1.0

Parameters

index

The position in the collection.

Throws

if index is out of range.