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