set

open operator override fun set(index: IntArray, value: T)

Inserts an item at the specified indices.

Parameters

index

the indices.

value

the value.

Sources

Link copied to clipboard