CopyFunc

typealias CopyFunc = (<Error class: unknown class>, <Error class: unknown class>?) -> <Error class: unknown class>

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

  • param src A pointer to the data which should be copied

  • param data Additional data

  • return A pointer to the copy