-
Notifications
You must be signed in to change notification settings - Fork 337
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
Implement IntoIterator for Coins #1806
Conversation
987e504
to
57d1f73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work and good to get this moving. However, let have a second though about the amount of symbols and code this will add. We might be better off storing Coin
values in the Coins map.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice. Some smaller comments but looks very good overall.
We need a CHANGELOG entry for the new iterator functionality and CoinFromStrError, CoinsError.
e8b442a
to
6b3e577
Compare
95470d4
to
3498a26
Compare
Co-authored-by: Simon Warta <[email protected]>
Co-authored-by: Simon Warta <[email protected]>
3498a26
to
261cead
Compare
closes #1804
Allows iterating over
Coins
, both borrowed and owned.