list_apply

Apply a function fp to each member of a list.

extern (C++) nothrow @nogc
void
list_apply
(,
void function
(
void*
)
fp
)

Meta