Skip to content
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

implement get_many_mut #324

Open
deadsoul44 opened this issue Mar 21, 2024 · 1 comment
Open

implement get_many_mut #324

deadsoul44 opened this issue Mar 21, 2024 · 1 comment
Labels
waiting-for-std Changes waiting for stabilization in the standard library, so we can match the API.

Comments

@deadsoul44
Copy link

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
Copy link
Member

cuviper commented Mar 21, 2024

See #238.

@cuviper cuviper added the waiting-for-std Changes waiting for stabilization in the standard library, so we can match the API. label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-std Changes waiting for stabilization in the standard library, so we can match the API.
Projects
None yet
Development

No branches or pull requests

2 participants