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