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