(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |