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