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