Hash.opBinary

Concatenates two hashes. Duplicate keys and values are preserved.

struct Hash(args...)
static
opBinary
(
string op : "~"
other...
)
(
Hash!other o
)

Meta