QueueArray.peekHead

Returns the head of the queue @array and does not remove it from the queue.

class QueueArray
void*
peekHead
()

Return Value

Type: void*

The head of the queue

Meta