Liking cljdoc? Tell your friends :D

refactor-nrepl.find.bindings


extract-local-bindingsclj

(extract-local-bindings form)

When given a form that has a binding vector traverses that binding vector and returns the list of all local bindings.

When given a form that has a binding vector traverses that binding vector and
returns the list of all local bindings.
sourceraw docstring

parse-bindingclj

(parse-binding binding-node)

Given a binding node returns the list of local bindings introduced by that node. Handles vector and map destructuring.

Given a binding node returns the list of local bindings introduced by that
node. Handles vector and map destructuring.
sourceraw docstring

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

× close