peek_nth
Description:
[
Version ( since =
"2.4" ) ]
public unowned G peek_nth (
uint n)
Returns the n'th element of this.
Parameters:
| this |
a Queue
|
| n |
the position of the element
|
Returns:
|
the data for the n'th element of this, or null if
n is off the end of this
|