-
Notifications
You must be signed in to change notification settings - Fork 330
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
Filter functions #17
Comments
|
Hi @srdja ! Thanks for this awesome library. I was wondering if you are looking for a PR to address this issue. I would like to give a try if so. |
Hey @argonlaser, thanks for looking into the library and your interest in contributing. A PR addressing this issue would be most welcome! However, it would be great if you could say on which specific collection you will be working on, so that we don't end up working on the same thing. Also if ever need any help along the way feel free ask. :-) |
As I see it, |
Yup, you're right, |
Hi @srdja ! I would like to try the filter functions for |
Raised #82 for deque filter functions as per the currently written tests. |
Collections should have
*_filter
and*_filter_mut
functions so that one may do something like this:The text was updated successfully, but these errors were encountered: