We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extract_if
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
Now that .extract_if() for Vec, LinkedList, HashSet, and HashMap has been stabilized, it'd be really handy to have this on LinkedHashSet as well.
.extract_if()
Vec
LinkedList
HashSet
HashMap
LinkedHashSet
The text was updated successfully, but these errors were encountered:
I think the implementation would make most sense done upstream first, then added here.
Sorry, something went wrong.
No branches or pull requests
Now that
.extract_if()
forVec
,LinkedList
,HashSet
, andHashMap
has been stabilized, it'd be really handy to have this onLinkedHashSet
as well.The text was updated successfully, but these errors were encountered: