fun peekNth(n: <Error class: unknown class>): <Error class: unknown class>?(source) 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
the position of the element