list_copyinto

Copy list of pointers into an array of pointers.

extern (C++) nothrow @safe @nogc @trusted
void
list_copyinto
(
list_t l
,
void* pa
)
Suggestion Box / Bug Report