protocol | since v0.0-1424 | clojure.lang/IChunkedSeq | Edit |
Protocol for accessing a collection as sequential chunks.
(defprotocol IChunkedSeq
(-chunked-first [coll]
"Returns the first chunk in coll.")
(-chunked-rest [coll]
"Return a new collection of coll with the first chunk removed."))