Modifying constructor for dirabsdeclor-function structures.
(change-dirabsdeclor-function x
[:declor? <declor?>]
[:params <params>]
[:ellipsis <ellipsis>])
This is an often useful alternative to make-dirabsdeclor-function.
We construct a new dirabsdeclor-function structure that is a copy of
This is an ordinary
Macro:
(defmacro change-dirabsdeclor-function (x &rest args) (std::change-aggregate 'dirabsdeclor-function x args '((:declor? . dirabsdeclor-function->declor?) (:params . dirabsdeclor-function->params) (:ellipsis . dirabsdeclor-function->ellipsis)) 'change-dirabsdeclor-function 'remake-dirabsdeclor-function))