Modifying constructor for expr-memberp structures.
(change-expr-memberp x [:target <target>] [:name <name>])
This is an often useful alternative to make-expr-memberp.
We construct a new expr-memberp structure that is a copy of
This is an ordinary
Macro:
(defmacro change-expr-memberp (x &rest args) (std::change-aggregate 'expr-memberp x args '((:target . expr-memberp->target) (:name . expr-memberp->name)) 'change-expr-memberp 'nil))