Liking cljdoc? Tell your friends :D

membrane.macroexpand


identity-asynccljs

(identity-async x)
source

macroexpand-allcljs

(macroexpand-all form)

Recursively performs all possible macroexpansions in form.

Recursively performs all possible macroexpansions in form.
sourceraw docstring

map1-asynccljs

(map1-async f coll)
source

mexpandcljs

(mexpand form)
source

prewalk-asynccljs

(prewalk-async f form)

Traverses form, an arbitrary data structure. inner and outer are functions. Applies inner to each element of form, building up a data structure of the same type, then applies outer to the result. Recognizes all Clojure data structures. Consumes seqs as with doall.

Traverses form, an arbitrary data structure.  inner and outer are
functions.  Applies inner to each element of form, building up a
data structure of the same type, then applies outer to the result.
Recognizes all Clojure data structures. Consumes seqs as with doall.
sourceraw docstring

prewalk-async-helpercljs

(prewalk-async-helper f form)

Traverses form, an arbitrary data structure. inner and outer are functions. Applies inner to each element of form, building up a data structure of the same type, then applies outer to the result. Recognizes all Clojure data structures. Consumes seqs as with doall.

Traverses form, an arbitrary data structure.  inner and outer are
functions.  Applies inner to each element of form, building up a
data structure of the same type, then applies outer to the result.
Recognizes all Clojure data structures. Consumes seqs as with doall.
sourceraw docstring

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

× close