(fpartial f & args)
Like clojure.core/partial but prepopulates last N arguments (first is passed in later)
Like clojure.core/partial but prepopulates last N arguments (first is passed in later)
(expand-all x)
Replaces functions with their invocation results, recursively expands maps, evaluates all other values to themselves
Replaces functions with their invocation results, recursively expands maps, evaluates all other values to themselves
(expand-all-with x f)
Replaces functions with their invocation results that function f is applied to, recursively expands maps, evaluates all other values to themselves
Replaces functions with their invocation results that function f is applied to, recursively expands maps, evaluates all other values to themselves
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close