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