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