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