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)
    template RawRadixTree(Value = void, A_)
    @safe pure nothrow
    Leaf1!Value
    treedup
    (
    A
    )
    (
    Leaf1!Value curr
    ,
    auto ref A alloc
    )
  2. Node treedup(Node curr, A alloc)

Meta