Function compactElements32
- compactElements32(
output: Uint32Array,
outputOffset: number,
input: Uint32Array,
inputOffset?: number,
inputEnd?: number,
): void Parameters
- output: Uint32Array
- outputOffset: number
- input: Uint32Array
- inputOffset: number = 0
Optional
inputEnd: 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