IChunkedNext

protocolsince v0.0-1424Edit
implemented for ChunkedCons ChunkedSeq IntegerRange Range

Source docstring:
Protocol for accessing the chunks of a collection.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defprotocol IChunkedNext
  (-chunked-next [coll]
    "Returns a new collection of coll without the first chunk."))