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