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