Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetric difference for sets #1002

Open
meooow25 opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1009
Open

Symmetric difference for sets #1002

meooow25 opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1009

Comments

@meooow25
Copy link
Contributor

Set and IntSet offer union, intersection, difference, but no symmetricDifference. I don't see why it should be left out. Set even offers disjointUnion.

See also: #732. This is about adding a generalized merge, but surely symmetricDifference deserves to exist without or without such a merge function.

If Set and IntSet get these, it would be consistent to add them for Map and IntMap too.

@meooow25 meooow25 linked a pull request Jun 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant