(divide-by n coll)
Divides coll
in n
parts. The parts can have disparate sizes if the division isn't exact.
Divides `coll` in `n` parts. The parts can have disparate sizes if the division isn't exact.
(safe-sort coll)
Guards against errors when comparing objects of different classes.
Guards against errors when comparing objects of different classes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close