set

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