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