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