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