Queue.dequeue

Retrieves and removes the front item from the queue. Use has() before calling this.

class Queue(T)
final
T
dequeue
()

Return Value

Type: T

The front item of the queue.

Meta