| protocol | since v0.0-927 | Edit |
ArrayNodeSeq Atom BlackNode ChunkedCons ChunkedSeq Cons EmptyList HashMapLite IndexedSeq IntegerRange KeySeq Keyword LazySeq List MapEntry MultiFn Namespace NodeSeq ObjMap PersistentArrayMap PersistentArrayMapSeq PersistentHashMap PersistentHashSet PersistentQueue PersistentQueueSeq PersistentTreeMap PersistentTreeMapSeq PersistentTreeSet PersistentVector RSeq Range RedNode Repeat SetLite Subvec Symbol TaggedLiteral UUID ValSeq Var VectorLite default symbolProtocol for adding hashing functionality to a type.
(defprotocol IHash
(-hash [o]
"Returns the hash code of o."))