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