list_insert

Insert item into list at nth position.

extern (C++) nothrow @safe @nogc @trusted
list_t
list_insert
(
list_t* pl
,
void* ptr
,
int n
)
Suggestion Box / Bug Report