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