insert

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

Inserts a value into an the DittoRGA at the index specified.

Parameters

index

The value to insert into the DittoRGA.

value

The index at which to insert the provided value.