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