Node.clone

Create a copy of this node owned by another tree

  1. Node clone(Tree destination)
    struct Node
  2. Node clone()

Return Value

Type: Node

a Node owned by destination

Meta