array_swap
array_swap(a, a_offset, b, b_offset, length)
Kind: global function
Param | Type | Description |
---|---|---|
a | Array.<T> | ArrayLike.<T> | TypedArray | Uint8ClampedArray | Uint8Array | Uint32Array | Float32Array | |
a_offset | number | |
b | Array.<T> | ArrayLike.<T> | TypedArray | Uint8ClampedArray | Uint8Array | Uint32Array | Float32Array | |
b_offset | number | |
length | number | How many elements should be moved |