Modifying constructor for transaction-other structures.
(change-transaction-other x [:unwrap <unwrap>])
This is an often useful alternative to make-transaction-other.
We construct a new transaction-other structure that is a copy of
This is an ordinary
Macro:
(defmacro change-transaction-other (x &rest args) (std::change-aggregate 'transaction-other x args '((:unwrap . transaction-other->unwrap)) 'change-transaction-other 'nil))