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