Constructor macro for vl-dupeinst-key-p structures.
Syntax:
(make-vl-dupeinst-key [:modname <modname>] [:inputs <inputs>])
This is our preferred way to construct vl-dupeinst-key-p structures. It simply conses together a structure with the specified fields.
This macro generates a new vl-dupeinst-key-p structure from scratch. See also change-vl-dupeinst-key, which can "change" an existing structure, instead.
Note that we always use hons when creating vl-dupeinst-key-p structures.
This is an ordinary
Macro:
(defmacro make-vl-dupeinst-key (&rest args) (std::make-aggregate 'vl-dupeinst-key args '((:modname) (:inputs)) 'make-vl-dupeinst-key nil))