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