VEBroot.dup

yields a deep copy of the node. I. e. copies all data in children and allocates another tree

struct VEBroot(T = void)
typeof(this)
dup
()

Meta