chickadee » srfi-152 » vector->string

(vector->string char-vector [start end]) → stringprocedure
list->string char-listprocedure

These procedures return a string containing the characters of the given (sub)vector or list. The behavior of the string will not be affected by subsequent mutation of the given vector or list.