QueueG.popNth

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

class QueueG
void*
popNth
(
uint n
)

Parameters

n uint

the position of the element

Return Value

Type: void*

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

Meta