HybridHashMap.dup

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
const @trusted
typeof(this)
dup
()
()
if (
isAllocator!Allocator
)

Return Value

Type: typeof(this)

a shallow duplicate of this. TODO: Replace with dupShallow.

Meta