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

Add set operations #9

Open
spearman opened this issue Dec 19, 2022 · 2 comments
Open

Add set operations #9

spearman opened this issue Dec 19, 2022 · 2 comments

Comments

@spearman
Copy link
Owner

spearman commented Dec 19, 2022

Add set operations. Possible interface based on methods from standard library BTreeSet:

@mcclure
Copy link

mcclure commented Jan 3, 2023

Would a PR on this be welcome?

@spearman
Copy link
Owner Author

spearman commented Jan 3, 2023

Would a PR on this be welcome?

Yes feel free to submit one and I'll get it merged as soon as possible

Phlosioneer added a commit to Phlosioneer/range-set that referenced this issue Jul 9, 2023
Adds:
- contains for both elements and ranges
- max and min
- is_subset and is_superset

Partially addresses spearman#9
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

No branches or pull requests

3 participants
@mcclure @spearman and others