sort method

void sort()

Sorts the elements of the vector.

Implementation

void sort() => _data.sort();