copyDeep

fun copyDeep(copyFunc: CopyFunc): Node(source)

Recursively copies a #GNode and its data.

Return

a new #GNode containing copies of the data in @node.

Since

2.4

Parameters

copyFunc

the function which is called to copy the data inside each node, or null to use the original data.