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