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