chickadee » srfi-133 » string->vector

string->vector string #!optional start endprocedure

[R7RS-small] Creates a vector containing the elements in string between start, which defaults to 0, and end, which defaults to the length of string.