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