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