fun popNth(n: <Error class: unknown class>): <Error class: unknown class>?(source) Removes the @n'th element of @queue and returns its data.
Return
the element's data, or null if @n is off the end of @queue
Since
2.4
Parameters
the position of the element