An index cursor that allows multiple index ranges from the same buffer to be or'd together.

This is useful for aggregating sets of items in a union operation.

Implements

Accessors

Methods

Accessors

Methods

  • Add a range from the multi-set buffer to the cursor.

    Parameters

    • from: number

      The start of the range.

    • to: number

      The end of the range (not inclusive)

    Returns void