ClojureDocs

导航

命名空间

vreset!

clojure.core

可在 1.7 中使用 (来源)
  • (vreset! vol newval)
Sets the value of volatile to newval without regard for the
 current value. Returns newval.