(vswap! [vol f & args])Non-atomically swaps the value of the volatile as if:
(apply f current-value-of-vol args). Returns the value that
was swapped in.
Examples
No examples yet. Be the first to add one!
(vswap! [vol f & args])No examples yet. Be the first to add one!