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