Liking cljdoc? Tell your friends :D

fif.utils.scope

Implements a container system which allows for retrieval of values within a hierarchy of containers, where each container is a separate scope.

Implements a container system which allows for retrieval of values
within a hierarchy of containers, where each container is a separate
scope.
raw docstring

get-in-scopeclj/s

(get-in-scope scope attrs)
(get-in-scope scope attrs default)
source

get-merged-scopeclj/s

(get-merged-scope scope)
source

new-scopeclj/s

(new-scope)
(new-scope scope)
source

not-foundclj/s

source

remove-scopeclj/s

(remove-scope scope)
source

update-global-scopeclj/s

(update-global-scope scope f & args)
source

update-scopeclj/s

(update-scope scope f & args)
source

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

× close