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