find-next-tag
function
rewrite-clj.zip/find-next-tag
(find-next-tag [zloc t] [zloc f t])Return `zloc` located to the next node with tag `t` else `nil`.
Search starts one movement `f` after the current node and continues via `f`.
`f` defaults to [[right]]
Examples
No examples yet. Be the first to add one!