set

operator fun <T> set(array: Array<T>, index: Int, value: T): Array<T>
operator fun set(array: LongArray, index: Int, value: Long): LongArray