cValueFree

Free a C value. The value type is defined by the equivalent D template type T. Does nothing if the type does not need to be freed.

void
cValueFree
(
T
)
(
void* data
)

Parameters

T

The D type counterpart

data void*

Pointer to the C value