hashCombine

Combine the hashes lhs and rhs.

Copied from boost::hash_combine.

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

See Also

dmd.root.hash.mixHash.

Meta