VEBroot.dup

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

struct VEBroot(size_t baseSize)
pure
typeof(this)
dup
()
if (
(baseSize & (baseSize - 1)) == 0
)

Meta