Handbook
Glossary
hash-combine ( hash1 hash2 -- newhash )
Vocabulary
hashtables
Inputs
hash1
an
object
hash2
an
object
Outputs
newhash
an
object
Definition
USING:
kernel
math
;
IN:
hashtables
:
hash-combine
( hash1 hash2 -- newhash )
[
331804471
+
]
dip
[
6
shift
]
[
-2
shift
]
bi
+
+
;
inline