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