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