-
Notifications
You must be signed in to change notification settings - Fork 48
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 "standard" map/collection methods #10
Comments
I would like to implement Eq, Index and clear. |
@Stupremee How about you do |
I think I can try to implement the |
Absolutely, it's all yours! |
I will also implement Debug since Index doesnt work atm |
I think I can do |
@danielSanchezQ Those are already (accidentally) being added in #24 |
I'd like to take a crack at implementing |
@soruh all yours! |
I can give a try to the |
I took a quick look at |
@jonhoo I'd appreciate it if you could mark the |
I'm replacing this with #62 now that there's just one item left. |
This issue tracks the implementation status of various "standard" methods on collections in general and maps in particular that should be added to flurry. Checked boxes have already been "claimed".
drain
(hard) andIntoIterator
(easy) for both owned and&
(see basicdrain
andinto_iter
implementations #33)If you want to pick up any of these, leave a comment here and/or open a draft PR!
The text was updated successfully, but these errors were encountered: