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