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