Liking cljdoc? Tell your friends :D
Clojure only.

com.yetanalytics.datasim.util.sequence


re-chunkclj

(re-chunk n xs)

takes a sequence (already chunked or not) and produces another sequence with different chunking size.

takes a sequence (already chunked or not)
and produces another sequence with different chunking size.
sourceraw docstring

seq-sortclj

(seq-sort key-fn seqs)

Given a key-fn (that must return a number) and a vector of seqs, return the items from all seqs ordered by that, ascending. If incoming seqs are monotonic, the output is as well.

Given a key-fn (that must return a number) and a vector of seqs, return the
items from all seqs ordered by that, ascending.
If incoming seqs are monotonic, the output is as well.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close