chickadee » srfi-133 » vector->string

vector->string vec #!optional start endprocedure

[R7RS-small] Creates a string containing the elements in vec between start, which defaults to 0, and end, which defaults to the length of vec. It is an error if the elements are not characters.