popNthLink

fun popNthLink(n: <Error class: unknown class>): List

Removes and returns the link at the given position.

Return

the @n'th link, or null if @n is off the end of @queue

Since

2.4

Parameters

n

the link's position