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