ClojureDocs

Nav

Namespaces

Take the 2025 State of Clojure Survey! Help shape the future of Clojure. Take Survey →

hash-unordered-coll

clojure.core

Available since 1.6 (source)
  • (hash-unordered-coll coll)
Returns the hash code, consistent with =, for an external unordered
 collection implementing Iterable. For maps, the iterator should
 return map entries whose hash is computed as
   (hash-ordered-coll [k v]).
 See http://clojure.org/data_structures#hash for full algorithms.