Basic constructor macro for dexprefix-upcase-e structures.
(make-dexprefix-upcase-e )
This is the usual way to construct dexprefix-upcase-e structures. It simply conses together a structure with the specified fields.
This macro generates a new dexprefix-upcase-e structure from scratch. See also change-dexprefix-upcase-e, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-dexprefix-upcase-e (&rest args) (std::make-aggregate 'dexprefix-upcase-e args 'nil 'make-dexprefix-upcase-e nil))
Function:
(defun dexprefix-upcase-e nil (declare (xargs :guard t)) (cons :upcase-e nil))