(check type data)
(conjv coll val)
(eager-mapcat f coll)
(format-instant instant)
(format-instant instant format)
(functionize macro)
(inc! val)
(index-by key-fn coll)
(limit-fn quantity coll)
(limit-fn quantity start-from coll)
Collection pagination mimicking the MySql LIMIT
Collection pagination mimicking the MySql LIMIT
(match-files f pattern)
(mean a)
(merge-tree a b)
(ns-kw ns nm)
(parse-date date-str)
(percent-prec avg stddev)
(ppstr foo)
(round2 precision d)
Round a double to the given precision (number of significant digits)
Round a double to the given precision (number of significant digits)
(sort-maps-by ms ks)
Sort a sequence of maps (ms) on multiple keys (ks)
Sort a sequence of maps (ms) on multiple keys (ks)
(spitpp f foo)
(square n)
(std-dev a)
(t-> x & forms)
Threads the expr through the forms. Inserts x as the second item in the first form, making a list of it if it is a lambda or not a list already. If there are more forms, inserts the first form as the second item in second form, etc.
Threads the expr through the forms. Inserts x as the second item in the first form, making a list of it if it is a lambda or not a list already. If there are more forms, inserts the first form as the second item in second form, etc.
(t->> x & forms)
Threads the expr through the forms. Inserts x as the last item in the first form, making a list of it if it is a lambda or not a list already. If there are more forms, inserts the first form as the last item in second form, etc.
Threads the expr through the forms. Inserts x as the last item in the first form, making a list of it if it is a lambda or not a list already. If there are more forms, inserts the first form as the last item in second form, etc.
(unchunk s)
(vec-remove pos coll)
(walk-directory dir pattern)
(walk-modify-k-vals m k f)
(walk-remove-ns map)
(zoned-datetime-from-instant ins)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close