Constructor macro for honsed vl-wireinfo-p structures.
Syntax:
(make-honsed-vl-wireinfo [:usedp <usedp>] [:setp <setp>])
This is identical to make-vl-wireinfo, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-wireinfo (&rest args) (std::make-aggregate 'vl-wireinfo args '((:usedp) (:setp)) 'make-honsed-vl-wireinfo t))