staticSearch icon indicating copy to clipboard operation
staticSearch copied to clipboard

XSet is no longer needed

Open martindholmes opened this issue 8 months ago • 1 comments

The methods we extended the JS Set object with, xUnion(), xIntersection(), and xDifference(), are now available as standard JS methods supported virtually everywhere. The one remaining additional method, addArray(), is trivial and could be inlined wherever needed. We can now dispense with this subclass.

martindholmes avatar Jun 25 '24 01:06 martindholmes