indexmap-rs / indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index

Home Page:https://docs.rs/indexmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement get_many_mut

deadsoul44 opened this issue · comments

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