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

This is useful for aggregating changes to indices, because it can both flip off and flip on items.

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