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