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