The dynamic extent stores the transient vars that were bound by nodes like :bind
The dynamic extent stores the transient vars that were bound by nodes like :bind
(get-bindings dynamic-extent)
Returns all the bindings
Returns all the bindings
(get-var dynamic-extent name)
Returns the value of a var
Returns the value of a var
(set-bindings dynamic-extent value)
Sets the whole bindings in a single go.
Sets the whole bindings in a single go.
(set-var dynamic-extent name value)
Sets the value of a var
Sets the value of a var
(update-var dynamic-extent name func)
Updates the value of a var with the provided func. Currently unused, i'm not sur this is a good idea anyways.
Updates the value of a var with the provided func. Currently unused, i'm not sur this is a good idea anyways.
(with-binding dynamic-extent name value func)
Executes func in a context where name is bound to value
Executes func in a context where name is bound to value
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |