Type Definition gapbuf::IterMut[][src]

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

Mutable GapBuffer iterator.