ClojureDocs

导航

命名空间

哈希

clojure.core

自 1.0 提供 (源码)
  • (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.