(find-all pred tree)
Recursively walks a tree structure and finds all elements
that match pred
. Returns a vector of results.
Recursively walks a tree structure and finds all elements that match `pred`. Returns a vector of results.
(resolve-local-vars env body)
Returns a set of symbols found in body
that also exist in env
.
Returns a set of symbols found in `body` that also exist in `env`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close