Raw constructor for honsed vl-stringtoken-p structures.
Syntax:
(honsed-vl-stringtoken etext expansion breakp)
This is identical to vl-stringtoken, except that we hons the structure we are creating.
This is an ordinary honsing constructor introduced by defaggregate.
Function:
(defun honsed-vl-stringtoken (etext expansion breakp) (declare (xargs :guard (and (and (vl-echarlist-p etext) (consp etext)) (stringp expansion) (booleanp breakp)))) (mbe :logic (vl-stringtoken etext expansion breakp) :exec (hons :vl-stringtoken (hons etext (hons expansion breakp)))))