We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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. Possible interface based on methods from standard library BTreeSet:
The text was updated successfully, but these errors were encountered:
Would a PR on this be welcome?
Sorry, something went wrong.
Yes feel free to submit one and I'll get it merged as soon as possible
Add elementwise tests
5e39613
Adds: - contains for both elements and ranges - max and min - is_subset and is_superset Partially addresses spearman#9
No branches or pull requests
Add set operations. Possible interface based on methods from standard library BTreeSet:
contains (element)(Add elementwise tests #10)is_subset(Add elementwise tests #10)is_superset(Add elementwise tests #10)The text was updated successfully, but these errors were encountered: