-
Notifications
You must be signed in to change notification settings - Fork 168
Feature request: extract_if
#242
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Ideally, we would wrap The other thing about |
That makes sense, I guess it will be better for |
Note that rust-lang/rust#59618 renamed it to I've opened a draft at #308, but I still want to wait for |
extract_if was finally stabilized. |
I've kept #308 up to date, but yes, I plan to wait for stable. Rust 1.87 will be on May 15th -- the 10 year anniversary! |
Would it be possible to implement an efficient
drain_filter
method for theIndexMap
s andIndexSet
s that behaves like the one in std?The text was updated successfully, but these errors were encountered: