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