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