-
Notifications
You must be signed in to change notification settings - Fork 182
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
Tighter bounds for IntMap and IntSet merge #1110
Conversation
It would be good to get some more eyes on this. |
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.
Your analysis looks good to me.
It may be worth explicitly defining
It does say Though maybe you mean one may mistakenly think |
Yes that's what I mean. |
Hmm that goes for Set and Map too. And I'm not sure how to make it better. |
How about a top level comment under the "Combine" header, with a slight change of naming:
|
7a844c6
to
dfd3f0c
Compare
The "Combine" section might not be enough, since a few functions like I'll make a separate PR for it (with Set and Map too). Edit: Oh and I would like to keep the |
Closes #1011