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