QueueG.peekNthLink

Returns the link at the given position Since 2.4

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