std::vec::RevIterator

type RevIterator<'self, T> = Invert<VecIterator<'self, T>>;