-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
API improvements for EnumerableSet #2151
API improvements for EnumerableSet #2151
Conversation
In the interest of speed I ended up also doing some internal renaming (values -> keys) on this PR, so that it can be used to build on top of when working on #2072. Sorry if you find this too messy. Reviewing commit by commit should be fine though. |
This ended up being a mish-mash of unrelated improvements. After experimenting with |
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.
👌
The old code did error-out on out of bounds accesses, but with an invalid opcode instead of a proper revert reason.