Returns an Iterable of the objects in this list in reverse order.
Iterable<E> get reversed => new ReversedListIterable<E>(this);