Liking cljdoc? Tell your friends :D
Clojure only.

clj-org.util


selective-walkclj

(selective-walk action descend? transform? form)

Walk tree recursively, descending into subtrees only when descend? on the subtree is truthy, and transforming elements only when transform? is truthy. FIXME: generalize to maps like clojure.walk does? Currently, the supplied descend? function should reject maps if they are in the supplied form.

Walk tree recursively, descending into subtrees only when descend?
on the subtree is truthy, and transforming elements only when
transform? is truthy.
FIXME: generalize to maps like clojure.walk does?  Currently, the
supplied descend? function should reject maps if they are in the
supplied form.
sourceraw docstring

vec*clj

(vec* & args)

Like list*, but for vectors. (vec* :a :b [:c :d]) => [:a :b :c :d].

Like list*, but for vectors.  (vec* :a :b [:c :d]) => [:a :b :c :d].
sourceraw docstring

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

× close