Skip to main content

hash

functionv1.0

clojure.core/hash

Available in:BBCLJCLJS
(hash [x])
Returns the hash code of its argument. Note this is the hash code consistent with =, and thus is different than .hashCode for Integer, Short, Byte and Clojure collections.

No examples yet. Be the first to add one!