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