Tracking issue for btreemap_remove_entry
#66714
Labels
A-collections
Area: `std::collection`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
HashMap::remove_entry
has been stable since 1.27.0 (issue #46344) but there is no corresponding method forBTreeMap
. If this is something that should be added I'd be happy to implement it.The text was updated successfully, but these errors were encountered: