View on GitHub

SpheroidScript

//Spheroid Script/spheroid.collections/MutableList/set

set

Replaces the element at the specified position in this list with the specified element.

Return

the element previously at the specified position.

operator fun set(index: Long, element: E): E