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