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