ClojureDocs

Nav

Namespaces

hash-combine

  • (hash-combine x y)
No Doc
1 Example
;; Calculates the hashes for x and y and produces a new hash that represents
;; the combination of the two.

user=> (hash-combine 100 "a")
-1640524969
See Also
No see-alsos for clojure.core/hash-combine
0 Notes
No notes for hash-combine