find-token
function
rewrite-clj.zip/find-token
(find-token [zloc p?] [zloc f p?])Return `zloc` located to the the first token node satisfying predicate `p?`.
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!