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