(pop-context!)
Pops top of context stack and returns it. Throws Exception if stack is empty.
Note: with-current-context
is the recommended way to managing the context stack.
Pops top of context stack and returns it. Throws Exception if stack is empty. Note: `with-current-context` is the recommended way to managing the context stack.
(push-context! ctx)
Pushes ctx
to global context stack. Returns ctx
.
Note: with-current-context
is the recommended way to managing the context stack.
Pushes `ctx` to global context stack. Returns `ctx`. Note: `with-current-context` is the recommended way to managing the context stack.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close