set

abstract operator fun set(index: Int, value: T)

Sets the array element at the specified index to the specified value.

Sources

Link copied to clipboard