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

Equivalent trait #350

Merged
merged 6 commits into from Sep 2, 2022
Merged

Commits on Jul 22, 2022

  1. Define Equivalent trait.

    Timothée Haudebourg committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    eb3aa7e View commit details
    Browse the repository at this point in the history
  2. Use Equivalent trait in HashMap.

    Timothée Haudebourg committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    75a9ef9 View commit details
    Browse the repository at this point in the history
  3. Use Equivalent trait in HashSet.

    Timothée Haudebourg committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    49f5c8b View commit details
    Browse the repository at this point in the history
  4. Fix test_into_iter_refresh & make_hash.

    Timothée Haudebourg committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a115a7d View commit details
    Browse the repository at this point in the history
  5. Fix typos in Equivalent documentation.

    Timothée Haudebourg committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    9fd5856 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Added tests for the Equivalent trait.

    Timothée Haudebourg committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f9df820 View commit details
    Browse the repository at this point in the history