| protocol | since v0.0-2356 | Edit |
ArrayNode BitmapIndexedNode Eduction HashCollisionNode IndexedSeq IntegerRange PersistentArrayMap PersistentHashMap PersistentHashSet PersistentQueue PersistentVector Range SubvecProtocol for iterating over a collection.
(defprotocol IIterable
(-iterator [coll]
"Returns an iterator for coll."))