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