chickadee » srfi-214 » string->flexvector

string->flexvector string #!optional start endprocedure

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