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