-
Notifications
You must be signed in to change notification settings - Fork 25
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
Eq
requirement for V
#68
Comments
I think it's needed for the |
But what about values that don't implement |
You could indeed have a valid range map even if the value doesn't implement |
Thanks for answering this, @ripytide. I do plan to make coalescing (and therefore the |
Is
Eq
really needed for the value type? Std maps likeHashMap
andBTreeMap
does not pose any assumptions on the values except when implementingPartialEq
andEq
, respectively.The text was updated successfully, but these errors were encountered: