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