creates a signal that internally maintains a Set collection of Accessors\<T\>, but returns a Set<T> when accessed (via the getter function).
this signal will fire an update whenever one of its constituent signal items fires an update.
this signal also fires independently when either newAccessor item(s) are added (via the UnisetSignal.data.addItems), or when old item(s) are removed (via the UnisetSignal.data.delItems).
creates a signal that internally maintains a
Set
collection ofAccessors\<T\>
, but returns aSet<T>
when accessed (via the getter function).this signal will fire an update whenever one of its constituent signal items fires an update.
this signal also fires independently when either new Accessor item(s) are added (via the UnisetSignal.data.addItems), or when old item(s) are removed (via the UnisetSignal.data.delItems).