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