Skip to main content

IterMut

Type Alias IterMut 

Source
pub type IterMut<'gb, T> = Chain<IterMut<'gb, T>, IterMut<'gb, T>>;
Expand description

Mutable GapBuffer iterator.

Aliased Typeยง

pub struct IterMut<'gb, T> { /* private fields */ }