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