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

Implement difference_with operation #41

Merged
merged 2 commits into from Apr 19, 2020

Commits on Apr 9, 2020

  1. Add tests for union_with, intersect_with and symmetric_difference_with

    Check that they produce the same results as union, intersection and
    symmetric_difference. Also add documentation about capacity with these
    methods.
    sunshowers committed Apr 9, 2020
    Copy the full SHA
    9a95839 View commit details
    Browse the repository at this point in the history
  2. Add a difference_with method

    With this change, we now have in-place manipulations for all four core set
    operations -- union, intersection, difference and symmetric difference.
    sunshowers committed Apr 9, 2020
    Copy the full SHA
    779b400 View commit details
    Browse the repository at this point in the history