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