empty method

bool empty()

Implementation

bool empty() {
  return queue.length == 0;
}