(aand & forms)
(add-days date days)
(add-shutdown-hook shutdown-fn)
(assoc-if map assoc? k v)
(binary-slurp file)
(call-with-thread-name fn name)
(current-time)
(deep-merge a & maps)
(drop-nth n coll)
(edn-slurp filename)
(edn-spit filename collection)
(exception-barrier fn label)
(in? seq elm)
true if seq contains elm
(map-values f m)
(parsable-string? maybe-string)
(partition-string string n)
(string-empty? str)
(string-leftmost string count)
(string-leftmost string count ellipsis)
(to-map key-fn values)
(to-map-with-keys keys-fn values)
(try-parse-boolean str)
(try-parse-boolean str default-value)
(try-parse-double str)
(try-parse-double str default-value)
(try-parse-integer str)
(try-parse-integer str default-value)
(try-parse-json json-string)
(try-parse-json json-string default-value)
(try-parse-long str)
(try-parse-long str default-value)
(try-parse-percentage str)
(unless condition & body)
(uri-path? uri)
(vmap f coll)
(with-daemon-thread label & body)
(with-exception-barrier label & body)
(with-thread-name thread-name & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries