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