(abbreviate x)
(abbreviate x0 maxlen)
(apply-if cnd f x)
(atom-fn)
(bundle n)
(categorize-tuples tuples)
(cb-chain & funs)
(cb-comp & funs)
(cb-comp2 f g)
(common-error & args)
(comparable? x)
(compare-somehow a b)
(compute-matrix-index sizes indices)
(cond-call arg condition f)
(conform-or-error sp value)
(conj-map dst key x)
Conjoins an item into a vector at key in the map dst
Conjoins an item into a vector at key in the map dst
(contains-keys? ks)
(contains-keys? x ks)
(copy-to-key dst-map src-fun dst-key)
(count-item)
(count-item m)
(count-item m item)
Used by count-values
Used by count-values
(count-or-0 count-map x)
(count-values collection)
Takes a collection and counts how many times each item occurs in the collection.
Takes a collection and counts how many times each item occurs in the collection.
(crash-if-called & args)
(data-assert expr data)
(data-assert expr msg data)
(data-assert-sub expr msg data)
(data-to-string data)
(data-to-string data n)
(def-map map-name empty-map)
(default-arg? x)
(default-settings-fn settings)
(ensure-not-nil x)
(error-context & args0)
(fget x k)
(first-arg & args)
(flatten & x)
(flatten-map-hierarchy mh)
(form-pairs data)
(form-tuples tuple-size data)
(identity-cb x cb)
(implies a b)
(indent-nested data)
(indent-nested settings data)
(indent-nested-sub2 result data prefix step)
(indices-of full part)
(insert-at v index extra)
(macro-eval code)
(map-keys f m)
(map-map f m)
(map-map-with-state f state m)
(map-of & symbols)
(map-vals f m)
(map-vals-with-state f state m)
(map-with-keys? x ks)
(map-with-state f state data)
(merge-args default-args0 args0)
(minus1-to-nil x)
(namespaced-keyword x)
(next-index-of full part)
(only-visit x? v)
(or-nil fun)
(pipe & args)
(provide-arguments fun partial-args)
(reduce-indented-with-prefix result data prefix step)
(sort-if-possible x)
(stateless f)
(tuple-generator n)
(valid-partial-args? x)
(with-flags flags & body)
(with-value init & updates)
(with-value-export f-sym & body)
(with-value-sub acc init args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close