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