Closed bakkot closed 1 year ago
Fixes https://github.com/tc39/proposal-set-methods/issues/82.
In the case of difference this meant using ~empty~ tombstones instead of removing from the list, even though the list is not observable.
difference
~empty~
Fixes https://github.com/tc39/proposal-set-methods/issues/82.
In the case of
difference
this meant using~empty~
tombstones instead of removing from the list, even though the list is not observable.