skip-whitespace
function
rewrite-clj.zip/skip-whitespace
(skip-whitespace [zloc] [f zloc])Return zipper with location moved to first non-whitespace/non-comment starting from current node in `zloc`
and traversing by function `f`.
`f` defaults to [[right]]
Examples
No examples yet. Be the first to add one!