list_prepend

Prepend ptr to *plist.

extern (C++) nothrow @nogc
list_prepend
(,
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

Meta