chickadee » srfi-214 » flexvector->string

flexvector->string fv #!optional start endprocedure

Creates a string containing the elements in fv between start, which defaults to 0, and end, which defaults to the length of fv. It is an error if the elements are not characters. Both start and end are clamped to the range [0, (flexvector-length fv)). It is an error if end is less than start.