remove*
function
rewrite-clj.zip/remove*
(remove* [zloc])Raw version of [[remove]].
Returns zipper with current node in `zloc` removed, with location at node that would have preceded
it in a depth-first walk.
NOTE: This function does not skip, nor provide any special handling for whitespace/comment nodes.
Examples
No examples yet. Be the first to add one!