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