Constructor macro for honsed atj-qconstants-p structures.
Syntax:
(make-honsed-atj-qconstants [:integers <integers>]
[:rationals <rationals>]
[:numbers <numbers>]
[:chars <chars>]
[:strings <strings>]
[:symbols <symbols>]
[:pairs <pairs>]
[:next-index <next-index>])
This is identical to make-atj-qconstants, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-atj-qconstants (&rest args) (std::make-aggregate 'atj-qconstants args '((:integers) (:rationals) (:numbers) (:chars) (:strings) (:symbols) (:pairs) (:next-index)) 'make-honsed-atj-qconstants t))