Modifying constructor for binary-op-div.w structures.
(change-binary-op-div.w x
)
This is an often useful alternative to make-binary-op-div.w.
We construct a new binary-op-div.w structure that is a copy of
This is an ordinary
Macro:
(defmacro change-binary-op-div.w (x &rest args) (std::change-aggregate 'binary-op-div.w x args 'nil 'change-binary-op-div.w 'nil))