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