We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{BTree,Hash}Map
Entry
1 parent ca77504 commit c0a3e48Copy full SHA for c0a3e48
library/alloc/src/collections/btree/map.rs
@@ -135,6 +135,8 @@ pub(super) const MIN_LEN: usize = node::MIN_LEN_AFTER_SPLIT;
135
/// ]);
136
/// ```
137
///
138
+/// ## `Entry` API
139
+///
140
/// `BTreeMap` implements an [`Entry API`], which allows for complex
141
/// methods of getting, setting, updating and removing keys and their values:
142
library/std/src/collections/hash/map.rs
@@ -135,6 +135,8 @@ use crate::ops::Index;
/// `HashMap` implements an [`Entry` API](#method.entry), which allows
/// for complex methods of getting, setting, updating and removing keys and
/// their values:
0 commit comments