mg_list_at

Retrieves the element at position pos in list list.

Return: A pointer to required list element. If pos is outside of list bounds, NULL is returned.

extern (C) @safe @nogc pure nothrow
const(mg_value)*
mg_list_at
(
const mg_list* list
,
uint pos
)

Meta