Constructor macro for honsed propiso-info-p structures.
Syntax:
(make-honsed-propiso-info [:iso-osi-ruleset-name <iso-osi-ruleset-name>] [:iso-ruleset-name <iso-ruleset-name>] [:osi-ruleset-name <osi-ruleset-name>] [:hints-map <hints-map>] [:world <world>])
This is identical to make-propiso-info, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-propiso-info (&rest args) (std::make-aggregate 'propiso-info args '((:iso-osi-ruleset-name) (:iso-ruleset-name) (:osi-ruleset-name) (:hints-map) (:world)) 'make-honsed-propiso-info t))