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