137 B
137 B
Dequeue
Returns the first element and removes it from the queue.
T Dequeue();
Return Value
Returns the starting element.
Returns the first element and removes it from the queue.
T Dequeue();
Return Value
Returns the starting element.