QueueG.peekNthLink

Returns the link at the given position

class QueueG
peekNthLink
(
uint n
)

Parameters

n uint

the position of the link

Return Value

Type: ListG

the link at the n'th position, or NULL if n is off the end of the list

Meta