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