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