(zipper z root)
Creates a new zipper structure.
z
is a value that satisfies com.hapgood.zipper/Zip and ensures that branch nodes can be opened and closed consistently.
root
is the root of the tree.
Creates a new zipper structure. `z` is a value that satisfies com.hapgood.zipper/Zip and ensures that branch nodes can be opened and closed consistently. `root` is the root of the tree.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close