(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |