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