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