pop_nth


Description:

public G pop_nth (uint n)

Removes the n'th element of this and returns its data.

Parameters:

this

a Queue

n

the position of the element

Returns:

the element's data, or null if n is off the end of this