(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |