Skip to main content

partition-all

functionv1.2

clojure.core/partition-all

Available in:BBCLJCLJS
(partition-all [n] [n coll] [n step coll])
Returns a lazy sequence of lists like partition, but may include partitions with fewer than n items at the end. Returns a stateful transducer when no collection is provided.

No examples yet. Be the first to add one!