Type Definition gapbuf::Iter[][src]

type Iter<'a, T> = Chain<Iter<'a, T>, Iter<'a, T>>;

Immutable GapBuffer iterator.