Skip to main content

rewrite-clj.zip.subedit

E

  • edit->

    Like `->`, threads `zloc` through forms. The resulting zipper will be located at the same path (i.e. the same numb...

  • edit->>

    Like `->>`, threads `zloc` through forms. The resulting zipper will be located at the same path (i.e. the same num...

  • edit-node

    Return zipper applying function `f` to `zloc`. The resulting zipper will be located at the same path (i.e. the same n...

S

  • subedit->

    Like `->`, threads `zloc`, as an isolated sub-tree through forms, then zips up to, and locates at, the root of the mo...

  • subedit->>

    Like `->>`. Threads `zloc`, as an isolated sub-tree through forms, then zips up to, and locates at, the root of th...

  • subedit-node

    Return zipper replacing current node in `zloc` with result of `f` applied to said node as an isolated sub-tree. The r...

  • subzip

    Create and return a zipper whose root is the current node in `zloc`. See [docs on sub editing](/doc/01-user-guide.ad...