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