edit*
function
rewrite-clj.zip/edit*
(edit* [zloc f & args])Raw version of [[edit]].
Returns zipper with value of `(apply f current-node args)` replacing current node in `zloc`.
The result of `f` should be a rewrite-clj node.
NOTE: This function does no coercion, does not skip, nor provide any special handling for whitespace/comment nodes.
Examples
No examples yet. Be the first to add one!