set

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