ClojureScript
API
GitHub
hash-long
function
since v1.11.132
Edit
(hash-long high low)
Source code @
clojurescript:src/main/cljs/cljs/core.cljs
(
defn
hash-long
[
high
low
]
(
bit-xor
high
low
)
)