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