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