{BTree,Hash}Map: add "Entry API" section heading
This commit is contained in:
parent
ca77504943
commit
c0a3e4802a
2 changed files with 4 additions and 0 deletions
|
|
@ -135,6 +135,8 @@ pub(super) const MIN_LEN: usize = node::MIN_LEN_AFTER_SPLIT;
|
|||
/// ]);
|
||||
/// ```
|
||||
///
|
||||
/// ## `Entry` API
|
||||
///
|
||||
/// `BTreeMap` implements an [`Entry API`], which allows for complex
|
||||
/// methods of getting, setting, updating and removing keys and their values:
|
||||
///
|
||||
|
|
|
|||
|
|
@ -135,6 +135,8 @@ use crate::ops::Index;
|
|||
/// ]);
|
||||
/// ```
|
||||
///
|
||||
/// ## `Entry` API
|
||||
///
|
||||
/// `HashMap` implements an [`Entry` API](#method.entry), which allows
|
||||
/// for complex methods of getting, setting, updating and removing keys and
|
||||
/// their values:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue