(children expr)
Returns a lazy sequence of the immediate children of the expr in order of evaluation, where defined.
Returns a lazy sequence of the immediate children of the expr in order of evaluation, where defined.
(expr-seq expr)
Given an expression, returns a lazy sequence of the expressions followed by its children (in a depth first manner)
Given an expression, returns a lazy sequence of the expressions followed by its children (in a depth first manner)
(print-expr expr & exclusions)
Pretty-prints expr, excluding supplied keys. Example: (print-expr expr :children :env)
Pretty-prints expr, excluding supplied keys. Example: (print-expr expr :children :env)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close