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