QueueArray.popHead

Returns and head of the queue @array and removes it from the queue.

class QueueArray
void*
popHead
()

Return Value

Type: void*

The head of the queue

Meta