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