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