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