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