next*
function
rewrite-clj.zip/next*
(next* [zloc])Raw version of [[next]].
Returns zipper with location at the next depth-first location in the hierarchy in `zloc`.
When reaching the end, returns a distinguished zipper detectable via [[end?]]. If already
at the end, stays there.
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!