tc39 / proposal-set-methods

Proposal for new Set methods in JS
https://tc39.github.io/proposal-set-methods/
Other
655 stars 15 forks source link

Update iteration style to account for mutations #86

Closed bakkot closed 1 year ago

bakkot commented 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.