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