RadixTree.dup

Returns a duplicate of this tree. Shallowly duplicates the values in the map case.

struct RadixTree(K, V, A = Mallocator)
typeof(this)
dup
()
if (
isAllocator!A
)

Meta