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

Map::keys() and ::into_keys() are not implemented #8

Open
yegor256 opened this issue Apr 17, 2023 · 0 comments
Open

Map::keys() and ::into_keys() are not implemented #8

yegor256 opened this issue Apr 17, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@yegor256
Copy link
Owner

yegor256 commented Apr 17, 2023

Let's implement, similar to how it's done here: https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.keys

Also, into_keys(): https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.into_keys

@yegor256 yegor256 added the bug Something isn't working label Apr 17, 2023
@yegor256 yegor256 changed the title Map::keys() is not implemented Map::keys() and ::into_keys() are not implemented Apr 17, 2023
@yegor256 yegor256 added the help wanted Extra attention is needed label Apr 24, 2023
Zefick added a commit to Zefick/micromap that referenced this issue May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant