set

operator fun set(at: Int, item: T): T(source)

Changes the item at a given index.

Parameters

at

this index

item

to replace it with