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