Pop one set of bindings pushed with push-binding before. It is an error to
pop bindings without pushing before.
(defn pop-thread-bindings
"Pop one set of bindings pushed with push-binding before. It is an error to
pop bindings without pushing before."
{:added "1.1"
:static true}
[]
(clojure.lang.Var/popThreadBindings))
Comments top
No comments for pop-thread-bindings. Log in to add a comment.