(defmem- name type-hint fn-params fn-body)
Defines a type-hinted, private memoized fn.
Defines a type-hinted, private memoized fn.
(defmem-* name fn-params fn-body)
Like defmem-
but wraps body with thread-local-proxy
.
Like `defmem-` but wraps body with `thread-local-proxy`.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close