Returns an Iterable of the objects in this list in reverse order.
Iterable<E> get reversed => delegate.reversed;