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