mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
expand docs
This commit is contained in:
@@ -117,6 +117,7 @@ fn split_index(&mut self, index: usize, split_offset: u64) -> bool
|
||||
/// Provide mutable iteration over everything in the given range. As a side-effect,
|
||||
/// this will split entries in the map that are only partially hit by the given range,
|
||||
/// to make sure that when they are mutated, the effect is constrained to the given range.
|
||||
/// Moreover, this will opportunistically merge neighbouring equal blocks.
|
||||
pub fn iter_mut<'a>(
|
||||
&'a mut self,
|
||||
offset: Size,
|
||||
|
||||
Reference in New Issue
Block a user