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