-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
A-collectionsProposals about collection APIsProposals about collection APIsT-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.
Description
Like Vec::retain but for Maps.
- HashSet::retain, HashMap::retain (Tracking issue for retain() method for HashMap (
retain_hash_collection
) rust#36648) - BTreeSet::retain, BTreeMap::retain (Tracking Issue for {BTreeMap,BTreeSet}::retain rust#79025)
davidzchen, dhardy, afck, o01eg, m-ou-se and 7 more
Metadata
Metadata
Assignees
Labels
A-collectionsProposals about collection APIsProposals about collection APIsT-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.