Inserts @link into @queue at the given position.
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.
the link to add to @queue
2.4
See Implementation
Inserts @link into @queue at the given position.