Queue.peekNth

Returns the n'th element of queue.

class Queue
void*
peekNth
(
uint n
)

Parameters

n uint

the position of the element

Return Value

Type: void*

the data for the n'th element of queue, or null if n is off the end of queue