Modifying constructor for tree-list-tuple4 structures.
(change-tree-list-tuple4 x
[:1st <1st>]
[:2nd <2nd>]
[:3rd <3rd>]
[:4th <4th>])
This is an often useful alternative to make-tree-list-tuple4.
We construct a new tree-list-tuple4 structure that is a copy of
This is an ordinary
Macro:
(defmacro change-tree-list-tuple4 (x &rest args) (std::change-aggregate 'tree-list-tuple4 x args '((:1st . tree-list-tuple4->1st) (:2nd . tree-list-tuple4->2nd) (:3rd . tree-list-tuple4->3rd) (:4th . tree-list-tuple4->4th)) 'change-tree-list-tuple4 'nil))