The Queue class
Queue
&reftitle.intro;
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.
&reftitle.classsynopsis;
Ds\Queue
Ds\Queue
Ds\Collection
Constants
const
int
Ds\Queue::MIN_CAPACITY
8
&Methods;
&reftitle.constants;
Ds\Queue::MIN_CAPACITY
&reference.ds.ds.entities.queue;