find-next-depth-first
function
rewrite-clj.zip/find-next-depth-first
(find-next-depth-first [zloc p?])Return `zloc` located to next node satisfying predicate `p?` else `nil`.
Search starts depth-first after the current node.
Examples
No examples yet. Be the first to add one!