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