rewrite-clj.zip.subedit
E
Like `->`, threads `zloc` through forms. The resulting zipper will be located at the same path (i.e. the same numb...
macro([zloc & body])
Like `->>`, threads `zloc` through forms. The resulting zipper will be located at the same path (i.e. the same num...
macro([zloc & body])
Return zipper applying function `f` to `zloc`. The resulting zipper will be located at the same path (i.e. the same n...
function([zloc f])
S
Like `->`, threads `zloc`, as an isolated sub-tree through forms, then zips up to, and locates at, the root of the mo...
macro([zloc & body])
Like `->>`. Threads `zloc`, as an isolated sub-tree through forms, then zips up to, and locates at, the root of th...
macro([zloc & body])
Return zipper replacing current node in `zloc` with result of `f` applied to said node as an isolated sub-tree. The r...
function([zloc f])
Create and return a zipper whose root is the current node in `zloc`. See [docs on sub editing](/doc/01-user-guide.ad...
function([zloc])