list_pop

Remove first element in list pointed to by *plist.

extern (C++) nothrow @nogc
void*
list_pop

Return Value

Type: void*

First element, null if *plist is null

Meta