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