Returns the number of remaining items in the queue.
public function count() : int { return \count($this->queue); }