set

inline operator fun Int8Array.set(index: Int, value: Byte)(source)
inline operator fun Uint8Array.set(index: Int, value: Byte)(source)
inline operator fun Uint8ClampedArray.set(index: Int, value: Byte)(source)
inline operator fun Int16Array.set(index: Int, value: Short)(source)
inline operator fun Uint16Array.set(index: Int, value: Short)(source)
inline operator fun Int32Array.set(index: Int, value: Int)(source)
inline operator fun Uint32Array.set(index: Int, value: Int)(source)
inline operator fun Float32Array.set(index: Int, value: Float)(source)
inline operator fun Float64Array.set(index: Int, value: Double)(source)

Since Kotlin

1.1
operator fun Int8Array.set(index: Int, value: Byte)(source)
operator fun Uint8Array.set(index: Int, value: Byte)(source)
operator fun Uint8ClampedArray.set(index: Int, value: Byte)(source)
operator fun Int16Array.set(index: Int, value: Short)(source)
operator fun Uint16Array.set(index: Int, value: Short)(source)
operator fun Int32Array.set(index: Int, value: Int)(source)
operator fun Uint32Array.set(index: Int, value: Int)(source)
operator fun Float32Array.set(index: Int, value: Float)(source)
operator fun Float64Array.set(index: Int, value: Double)(source)

Since Kotlin

1.8