reversed property

Vector<T> reversed

Returns a reversed view of this Vector.

Implementation

Vector<T> get reversed => _reversed(this);