Clears and switches to inclusion set
Excludes the list of items. Returns True if the included items list has changed after the operation.
Returns excluded item ids. Useful for serialization.
Returns included item ids. Useful for serialization.
Returns included items, but filtering out items from the all items array
Returns the size of the item ids set. Mostly for testing
Includes one item. Returns True if the included items list has changed after the operation.
Clears and switches to exclusion set
Includes the list of items. Returns True if the included items list has changed after the operation.
Reconciles the items set with the all items array by removing items that are no longer present
the array of all items
Removes id. Is used when you need to remove item, for example remove an axis
Tests if the item is included
Generated using TypeDoc
Excludes one item. Returns True if the included items list has changed after the operation.