indexmap-rs / indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index
https://docs.rs/indexmap/
Other
1.67k stars 150 forks source link

implement get_many_mut #324

Open deadsoul44 opened 5 months ago

deadsoul44 commented 5 months ago

get_many_mut and similar methods are very useful in hashbrown. Those can be implemented for indexmap.

https://docs.rs/hashbrown/latest/hashbrown/struct.HashMap.html#method.get_many_mut

cuviper commented 5 months ago

See #238.