A copying macro that lets you create new propagate-limits-p structures, based on existing structures.
Syntax:
(change-propagate-limits x [:max-ops <max-ops>])
This is a sometimes useful alternative to make-propagate-limits.
It constructs a new propagate-limits-p structure that is a copy of
This is an ordinary
Macro:
(defmacro change-propagate-limits (x &rest args) (std::change-aggregate 'propagate-limits x args '((:max-ops . propagate-limits->max-ops)) 'change-propagate-limits 'nil))