Expand description
Macros§
- gap_
buffer - Creates a
GapBuffer
containing the arguments.
Structs§
- Drain
- A draining iterator for
GapBuffer
. - GapBuffer
- Dynamic array that allows efficient insertion and deletion operations clustered near the same location.
- Into
Iter - An iterator that moves out of a
GapBuffer
. - Range
- Immutable sub-range of
GapBuffer
- Range
Mut - Mutable sub-range of
GapBuffer
. - Slice
- Sub-range of
GapBuffer
.Slice
define common method forGapBuffer
,Range
,RangeMut
. - Splice
- A splicing iterator for
GapBuffer
.