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