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