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