QueueArray.peekNth

Returns the item at @idx in @array, but does not remove it from the queue.

class QueueArray
void*
peekNth
(
uint idx
)

Return Value

Type: void*

The item, or %NULL if @idx was out of bounds

Meta

Since

1.16