General
5- macro
cljs.core
Creates and returns a Volatile with an initial value of val.
functioncljs.core
Returns true if x is a volatile.
functioncljs.core
Sets the value of volatile to newval without regard for the current value. Returns newval.
functioncljs.core
Non-atomically swaps the value of the volatile as if: (apply f current-value-of-vol args). Returns the value that was sw...
macrocljs.core