Skip to main content

Iter

Type Alias Iter 

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

Immutable GapBuffer iterator.

Aliased Typeยง

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