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