vreset!

functionsince v0.0-2496 clojure.core/vreset!Edit
(vreset! vol newval)

See Also:


Source docstring:
Sets the value of volatile to newval without regard for the
current value. Returns newval.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn vreset!
  [vol newval]  (-vreset! vol newval))