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