RawRadixTree.dupAt

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

  1. Leaf1!Value dupAt(Leaf1!Value curr)
  2. Node dupAt(Node curr)
    template RawRadixTree(Value = void)
    @safe pure nothrow @nogc
    dupAt

Meta