-
Notifications
You must be signed in to change notification settings - Fork 94
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
Adds keys and values iterators #61
Adds keys and values iterators #61
Conversation
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
==========================================
+ Coverage 82.78% 83.54% +0.76%
==========================================
Files 12 12
Lines 1185 1234 +49
==========================================
+ Hits 981 1031 +50
+ Misses 204 203 -1
Continue to review full report at Codecov.
|
This looks great once again, thank you! |
You're welcome! And thanks for all your great reviews! While writing these assertions I was thinking, "It might be convenient to implement Otherwise, looking through the Above and beyond all that, are there any other things you've been looking to revisit/clean up that I could tackle? This comment looks like an obvious place to start. I could think on that if it's valuable. I'm not sure I'd be able to brain out something at this level, but I'd also be interested in trying 🤷 Or if there are any other projects you have or know about that need some more chores like this done (or easy features or whatever), I'm game! |
It's been a pleasure! I think I think the particular code comment you linked to is unlikely to matter much in practice, since it only every runs once for a given As far as other projects go, here are a couple:
|
This PR
Adds
keys
andvalues
iterator helpers to theMapReadRef
per this comment.This change is