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