Class Ds\Queue

implements Collection

A Queue is a “first in, first out” or “FIFO” collection that only allows access to the value at the front of the queue and iterates in that order, destructively.

Uses a Ds\Vector internally.

Methods