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

Fleshing out PersistentSet #193

Merged
merged 3 commits into from
Oct 9, 2022

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    d7dbaee View commit details
    Browse the repository at this point in the history
  2. [PersistentSet] Round out Collection conformance with underscored req…

    …uirements
    
    The two highlights are _customIndexOfEquatableElement and _customLastIndexOfEquatableElement, speeding up the implementation of `firstIndex(of:)` and `lastIndex(of:)`.
    lorentey committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c1b8d2a View commit details
    Browse the repository at this point in the history
  3. [PersistentSet] Flesh out API surface

    Add customary overloads for high-level Set operations.
    lorentey committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    0b86bb1 View commit details
    Browse the repository at this point in the history