clear method

void clear()

Clears the queue.

Implementation

void clear() {
  _length = 0;
}