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