list_prepend

Prepend ptr to *plist.

extern (C++) nothrow @safe @nogc @trusted
list_t
list_prepend
(
list_t* plist
,
void* ptr
)

Return Value

Type: list_t

pointer to list item created (which is also the start of the list). null if out of memory

Suggestion Box / Bug Report