hash-combine ( hash1 hash2 -- newhash )


Vocabulary
hashtables

Inputs
hash1an object
hash2an object


Outputs
newhashan object


Definition


: hash-combine ( hash1 hash2 -- newhash )
[ 331804471 + ] dip [ 6 shift ] [ -2 shift ] bi + + ; inline