Open
Description
This is a tracking issue for the Entry::insert_entry
method on HashMap and BTreeMap introduced in #60142 (comment).
- Implementation for HashMap: Implement (HashMap) Entry::insert as per #60142 #64656
-
Stabilised in 1.59: Stabilise entry_insert #90345Re-stabilised in 1.83: Stabilize entry_insert #130290De-stabilized in Destabilise entry_insert #94105
impl<'a, K, V> Entry<'a, K, V> { pub fn insert_entry(self, value: V) -> OccupiedEntry<'a, K, V> {…} }
-
- Implementation for BTreeMap: btree: add
{Entry,VacantEntry}::insert_entry
#133042- Stabilization
Metadata
Metadata
Assignees
Labels
Area: `std::collections`Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.