Queue.popNth

void * popNth(uint n)

Removes the n'th element of queue and returns its data.

Parameters

nthe position of the element

Returns

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