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