Removes the n'th element of queue and returns its data.
the position of the element
the element's data, or null if n is off the end of queue
Removes the n'th element of queue and returns its data.