-
-
Notifications
You must be signed in to change notification settings - Fork 823
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
feat: add utility functions to OrderedSet
#3833
feat: add utility functions to OrderedSet
#3833
Conversation
Do you need to explicitly implement iter? Seems like it should inherit from dict |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3833 +/- ##
==========================================
- Coverage 86.10% 85.99% -0.12%
==========================================
Files 92 92
Lines 13821 13833 +12
Branches 3052 3056 +4
==========================================
- Hits 11901 11895 -6
- Misses 1482 1500 +18
Partials 438 438 ☔ View full report in Codecov by Sentry. |
01eae12
to
a9b97b3
Compare
a9b97b3
to
c7489e2
Compare
You are right, we don't... :/ |
OrderedSet
What I did
Added support for:
How I did it
How to verify it
Commit message
Add utility methods to OrderedSet()
Description for the changelog
Cute Animal Picture