(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close