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