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
Optional
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