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