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