ClojureDocs

导航

命名空间

hash-unordered-coll

clojure.core

自 1.6 起可用 (源代码)
  • (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 https://clojure.org/data_structures#hash for full algorithms.