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