Skip to main content

partitionv-all

functionv1.12

clojure.core/partitionv-all

Available in:BBCLJCLJS
(partitionv-all [n] [n coll] [n step coll])
Returns a lazy sequence of vector partitions, 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!