(FILTER* pred coll)
Returns an array of elements that have been filtered based on a condition.
Returns an array of elements that have been filtered based on a condition.
(MAP* f & colls)
Applies partialy defined formula to every element in a collection and returns an array.
Applies partialy defined formula to every element in a collection and returns an array.
(SORT* keyfn coll)
Sorts a collection by the values returned from applying a sorting function to each element in said collection.
Sorts a collection by the values returned from applying a sorting function to each element in said collection.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close