Skip to main content

find-tag

function

rewrite-clj.zip/find-tag

(find-tag [zloc t] [zloc f t])
Return `zloc` located to the first node with tag `t` else `nil`. Search starts at the current node and continues via movement function `f`. `f` defaults to [[right]]

No examples yet. Be the first to add one!