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