(assert-sexpr-count nodes c)
(assert-single-sexpr nodes)
(child-sexprs node)
Get all child s-expressions for the given node.
(concat-strings nodes)
Convert nodes to strings and concatenate them.
(children _)
(inner? _)
(replace-children _ children)
(printable-only? _)
(tag _)
(string _)
(length _)
(sexpr _)
(coerce _)
(sexprs nodes)
Given a seq of nodes, convert those that represent s-expressions to the respective forms.
(sum-lengths nodes)
Sum up lengths of the given nodes.