Boxed.boxedCopy
void * boxedCopy(T)(void * cBoxed)Copy a C boxed value using g_boxed_copy.
Parameters
T | The D boxed type |
cBoxed | The C boxed pointer |
Returns
A copy of the boxed type
void * boxedCopy(T)(void * cBoxed)Copy a C boxed value using g_boxed_copy.
T | The D boxed type |
cBoxed | The C boxed pointer |