(vl-pgenstr prefix n) creates the string "
We hons-copy the result because generated names are frequently used in fast alists. See also vl-pgenstr-p and vl-pgenstr->val.
Function:
(defun vl-pgenstr (prefix n) (declare (xargs :guard (and (stringp prefix) (natp n)))) (let ((__function__ 'vl-pgenstr)) (declare (ignorable __function__)) (hons-copy (cat prefix "_" (natstr n)))))