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