Liking cljdoc? Tell your friends :D

taoensso.tower.utils


defmem-cljmacro

(defmem- name type-hint fn-params fn-body)

Defines a type-hinted, private memoized fn.

Defines a type-hinted, private memoized fn.
sourceraw docstring

defmem-*cljmacro

(defmem-* name fn-params fn-body)

Like defmem- but wraps body with thread-local-proxy.

Like `defmem-` but wraps body with `thread-local-proxy`.
sourceraw docstring

distinctvclj/s

(distinctv coll)
(distinctv keyfn coll)
source

html-breaksclj/s

(html-breaks s)
source

html-escapeclj/s

(html-escape s)
source

html-spacesclj/s

(html-spaces s)
source

leaf-nodesclj/s

(leaf-nodes m)

Takes a nested map and squashes it into a sequence of paths to leaf nodes. Based on 'flatten-tree' by James Reaves on Google Groups.

Takes a nested map and squashes it into a sequence of paths to leaf nodes.
Based on 'flatten-tree' by James Reaves on Google Groups.
sourceraw docstring

markdownclj/s

(markdown s)
(markdown {:keys [inline? auto-links?] :as opts} s)
source

parse-http-accept-headerclj/s

(parse-http-accept-header header)

Parses HTTP Accept header and returns sequence of [choice weight] pairs sorted by weight.

Parses HTTP Accept header and returns sequence of [choice weight] pairs
sorted by weight.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close