Hash.concat

Concatenates two hashes. Duplicate keys and values are preserved.

struct Hash(args...)
static
concat
(
other...
)
(
Hash!other
)

Meta