RadixTree.dup

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

struct RadixTree(K, V)
typeof(this)
dup
()
if (
allSatisfy!(isTrieableKeyType, K)
)

Meta