RawRadixTree.treedup

Returns a duplicate of this tree with root at curr. Shallowly duplicates the values in the map case.

  1. Leaf1!Value treedup(Leaf1!Value curr, A alloc)
  2. Node treedup(Node curr, A alloc)
    template RawRadixTree(Value = void, A_)
    @safe pure nothrow @nogc
    treedup
    (
    A
    )
    (,
    auto ref A alloc
    )

Meta