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