| protocol | since v0.0-927 | Edit |
ArrayNodeSeq BlackNode ChunkedCons ChunkedSeq Cons Cycle EmptyList HashMapLite IndexedSeq IntegerRange Iterate KeySeq LazySeq List MapEntry NodeSeq ObjMap PersistentArrayMap PersistentArrayMapSeq PersistentHashMap PersistentHashSet PersistentQueue PersistentQueueSeq PersistentTreeMap PersistentTreeMapSeq PersistentTreeSet PersistentVector RSeq Range RedNode Repeat SetLite Subvec ValSeq VectorLiteProtocol for creating an empty collection.
(defprotocol IEmptyableCollection
(-empty [coll]
"Returns an empty collection of the same category as coll. Used
by cljs.core/empty."))