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