CopyFunc

A function of this signature is used to copy the node data when doing a deep-copy of a tree.

alias CopyFunc = void* delegate
(
const(void)* src
)

Return Value

A pointer to the copy