ClojureDocs

Nav

Namespaces

partitionv-all

clojure.core

Available since 1.12 (source)
  • (partitionv-all n)
  • (partitionv-all n coll)
  • (partitionv-all 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.