sort method

void sort()

Sorts the bytes in this array.

Implementation

void sort() {
  _bytes.sort();
}