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