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