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