insert

fun insert(index: Int, value: Any?)

Inserts a value into the DittoRGA at the index specified.

Parameters

index

The index at which to insert the provided value.

value

The value to insert into the DittoRGA.