mixHash

Undocumented in source.
@safe nothrow pure @nogc @nogc
alias mixHash = hashCombine

Examples

assert(hashCombine(8633297058295171728UL, 6614235796240398542UL) == 1903124116120912827UL);

Meta