get

operator fun get(index: Int): Any?

Get the element at the given index. Enables indexed access to the DittoRGA values.

Return

The element at the given index.

Parameters

index

The index of the value to retrieve.