reverse method

void reverse()

Reverses the elements of the vector in place.

Implementation

void reverse() => _data.reversed;