pushNthLink

fun pushNthLink(n: <Error class: unknown class>, link: List)

Inserts @link into @queue at the given position.

Since

2.4

Parameters

n

the position to insert the link. If this is negative or larger than the number of elements in @queue, the link is added to the end of @queue.

link

the link to add to @queue