IChunk

protocolsince v0.0-1424 clojure.lang/IChunkEdit
implemented for ArrayChunk IntegerRangeChunk

Source docstring:
Protocol for accessing the items of a chunk.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defprotocol IChunk
  (-drop-first [coll]
    "Return a new chunk of coll with the first item removed."))