Liking cljdoc? Tell your friends :D

fast-zip.visit


defvisitorcljmacro

(defvisitor sym type bindings & body)

visitclj

(visit loc state visitors)

Visit a tree in a stateful manner. Visitor fuctions return maps with optional keys: :node - replacement node (doesn't work in :in state) :state - new state :cut - in a :pre state, stop downward walk :break - stop entire walk and return

Visit a tree in a stateful manner. Visitor fuctions return maps with optional keys:
:node  - replacement node (doesn't work in :in state)
:state - new state
:cut   - in a :pre state, stop downward walk
:break - stop entire walk and return
raw docstring

visitorcljmacro

(visitor type bindings & body)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close