hash-long

functionsince v1.11.132Edit
(hash-long high low)

Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn hash-long [high low]
  (bit-xor high low))