Read-only view of Set that represents a delta of changes made to original set.
Set
A type of elements of delta set.
Readonly
Iterates over values in the set.
Returns an iterable of [v,v] pairs for every value v in the set.
v
Optional
Despite its name, returns an iterable of the values in the set.
Replays the changes made to original set in target receiver.
A receiver of changes delta. E.g. another Set.
this delta set.
this
Returns an iterable of values in the set.
Generated using TypeDoc
Read-only view of
Set
that represents a delta of changes made to original set.