kotlin-stdlib / org.khronos.webgl / set set JS 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)