Overrides DoubleEndedQueueInterface::offerLast
public function offerLast(mixed $element) : bool { return $this->offer($element); }