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