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