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