HashCollection.dup

Create shallow copy

struct HashCollection(K, V, bool ordered, bool multi)
static if(canDup)
typeof(this)
dup
()

Meta