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