Function compactElements32
- compactElements32(output, outputOffset, input, inputOffset?, inputEnd?): void
Parameters
- output: Uint32Array<ArrayBufferLike>
- outputOffset: number
- input: Uint32Array<ArrayBufferLike>
- inputOffset: number = 0
OptionalinputEnd: number
Returns void
Compact a whole set of slements, in sorted order, from the input array range into the output array in a single, non incremental pass.
The output array has to contain enough elements in the range, which the count should be obtained using countCompactedElements32