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