[][src]Type Definition gapbuf::IterMut

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

Mutable GapBuffer iterator.