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