reversed property

Iterable<E> get reversed

Implementation

Iterable<E> get reversed => value.reversed;