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