pub type Iter<'gb, T> = Chain<Iter<'gb, T>, Iter<'gb, T>>;
Immutable GapBuffer iterator.
pub struct Iter<'gb, T> { /* private fields */ }