QueueG.popNthLink

Removes and returns the link at the given position.

class QueueG
popNthLink
(
uint n
)

Parameters

n uint

the link's position

Return Value

Type: ListG

the @n'th link, or %NULL if @n is off the end of @queue

Meta