You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #335 - JustForFun88:pub_map_inner, r=Amanieu
Adding function for getting access to map `table: RawTable<(K, V), A>` field
I was a little interested in issues "API for removing by key hash and value" #330. The original question was about adding a fancy API, and of course it wasn't merged (#334).
However, it seems to me that this shows that it would be nice to just add the ability to access to map's fields. And let the user himself do what he pleases.
The user will still not be able to change the existing API. But at the same time, he will have the opportunity to add small extensions. Otherwise, when using `RawTable`, he will have to not only add one or two functions, but generally recreate all the `HashMap`’s APIs, which can be difficult.
0 commit comments