Queue.peekTail

void * peekTail() nothrow

Returns the last element of the queue.

Returns

the data of the last element in the queue, or null

if the queue is empty