-
Notifications
You must be signed in to change notification settings - Fork 92
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
provide multimap and defaultmap #1200
Comments
defaultmap is? And our map can have four versions: sorted_multimap hash_multimap immut/sorted_multimap immut/hash_multimap, which one is more necessary to do? What about multiset? |
A defaultmap is useful in this case:
Programming languages with extension methods support is easy to solve the A x B problem.
|
I agree ur idea! But a funny thing is that the map's API is inconsistent, so maybe Map trait need to do but not now until this issue resolved. |
The usages is so widely and missing them makes developers have to write boilerplates repeatedly.
The text was updated successfully, but these errors were encountered: