| protocol | since v0.0-927 | Edit |
ArrayNodeSeq Atom BlackNode ChunkedCons ChunkedSeq Cons EmptyList IndexedSeq IntegerRange KeySeq Keyword LazySeq List MapEntry Namespace NeverEquiv NodeSeq ObjMap PersistentArrayMap PersistentArrayMapSeq PersistentHashMap PersistentHashSet PersistentQueue PersistentQueueSeq PersistentTreeMap PersistentTreeMapSeq PersistentTreeSet PersistentVector RSeq Range RedNode Repeat Subvec Symbol TaggedLiteral UUID ValSeq Var default js/Date numberProtocol for adding value comparison functionality to a type.
(defprotocol IEquiv
(^boolean -equiv [o other]
"Returns true if o and other are equal, false otherwise."))