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