Contents

dequeue()

Dequeues an element from the queue.

Declaration

func dequeue() -> UnsafeRawPointer?

Return Value

A pointer to a dequeued element.

See Also

Managing Queues