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