ListSG.nthData

Gets the data of the element at the given position.

class ListSG
void*
nthData
(
uint n
)

Parameters

n uint

the position of the element

Return Value

Type: void*

the element's data, or NULL if the position is off the end of the GSList