[src]

std::vec::RevIterator

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