list_apply

Apply a function fp to each member of a list.

extern (C++) nothrow @safe @nogc @trusted
void
list_apply
(
list_t* plist
,
void function
(
void*
)
@nogc nothrow
fp
)
Suggestion Box / Bug Report