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