set

abstract operator fun set(i: Int, j: Int, value: T)

Inserts an item at the specified indices.

Parameters

i

the first index.

j

the second index.

value

the value.

Sources

common source
Link copied to clipboard