peekNth

fun peekNth(n: <Error class: unknown class>): <Error class: unknown class>?

Returns the @n'th element of @queue.

Return

the data for the @n'th element of @queue, or null if @n is off the end of @queue

Since

2.4

Parameters

n

the position of the element