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