find-next-value
function
rewrite-clj.zip/find-next-value
(find-next-value [zloc v] [zloc f v])Return `zloc` located to the next token node that `sexpr`esses to `v` else `nil`.
Search starts one movement `f` from the current location, and continues via `f`.
`v` can be a single value or a set. When `v` is a set matches on any value in set.
`f` defaults to [[right]] in short form call.
See docs for [sexpr nuances](/doc/01-user-guide.adoc#sexpr-nuances).
Examples
No examples yet. Be the first to add one!