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

POC: OrderedSet implementation #25

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    d069b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf75b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Fix: POC: Subscript setter

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    088fb72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0e2ba View commit details
    Browse the repository at this point in the history
  3. Fix: Remove deprecated SPM API

    update from `swiftLanguageVersions` to `swiftLanguageModes`
    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e774bde View commit details
    Browse the repository at this point in the history
  4. Add subscript with default

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b1cd1fa View commit details
    Browse the repository at this point in the history
  5. Add Hashable

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5a40e77 View commit details
    Browse the repository at this point in the history
  6. Equal with Dictionary

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e561913 View commit details
    Browse the repository at this point in the history
  7. Add removal

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9e884b2 View commit details
    Browse the repository at this point in the history
  8. Add Collection

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fd33bcc View commit details
    Browse the repository at this point in the history
  9. test find pairs

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bc03df1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4192eca View commit details
    Browse the repository at this point in the history
  11. Add Codable

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    739fe0a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6aa864b View commit details
    Browse the repository at this point in the history
  13. Fix capacity

    DandyLyons committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    21508a5 View commit details
    Browse the repository at this point in the history