(alter [ref fun & args])Must be called in a transaction. Sets the in-transaction-value of
ref to:
(apply fun in-transaction-value-of-ref args)
and returns the in-transaction-value of ref.
Examples
No examples yet. Be the first to add one!
(alter [ref fun & args])No examples yet. Be the first to add one!