• 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

    Parameters

    • output: Uint32Array
    • outputOffset: number
    • input: Uint32Array
    • inputOffset: number = 0
    • OptionalinputEnd: number

    Returns void