JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr */ final class Deque implements Sequence { use Traits\GenericCollection; use Traits\GenericSequence; use Traits\SquaredCapacity; public const MIN_CAPACITY = 8; protected function shouldIncreaseCapacity(): bool { return count($this) >= $this->capacity; } }