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