Queue.peekNth

void * peekNth(uint n)

Returns the n'th element of queue.

Parameters

nthe position of the element

Returns

the data for the n'th element of queue,

or null if n is off the end of queue