Queue.pushHead

Adds a new element at the head of the queue.

class Queue
void
pushHead
(
void* data = null
)

Parameters

data void*

the data for the new element.