Iterable<E> reversed

Source

Iterable<E> get reversed => new ReversedListIterable<E>(this);