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