A Readable that emits the Set itself whenever it changes.
Readonly FunctiononSubscribe to events when a value is needed to be disposed.
A value is considered for disposal when:
The function to call when a value is needed to be disposed.
A disposer function to unsubscribe from the event.
Subscribe to changes in the set.
The function to call when the set is changed.
A disposer function to unsubscribe from the event.
Appends a new element with a specified value to the end of the Set.
Removes a specified value from the Set.
Returns true if an element in the Set existed and has been removed, or false if the element does not exist.
Replace the contents of the set with the given values.
The new values to replace the set with.
The set itself.
OwnedReactiveSet extends the standard Set interface with reactive capabilities.