hashCombine

Combine the hashes lhs and rhs.

Copied from boost::hash_combine.

@safe nothrow pure @nogc @nogc @safe pure nothrow @nogc
hash_t
hashCombine
(
hash_t lhs
,
in hash_t rhs
)

See Also

dmd.root.hash.mixHash.

Meta