list_nth

extern (C++) nothrow @safe @nogc
list_t
list_nth
(
list_t list
,
int n
)

Return Value

Type: list_t

nth list entry in list.

Suggestion Box / Bug Report