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