Type Definition gapbuf::Iter

source · []
pub type Iter<'a, T> = Chain<Iter<'a, T>, Iter<'a, T>>;
Expand description

Immutable GapBuffer iterator.