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