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