chickadee » srfi-130 » string->list/cursors

string->list/cursorsprocedure
string->vector/cursorsprocedure

string->list/cursors and string->vector/cursors return a newly allocated list or vector of the characters that make up the given string. They differ from the R7RS procedures string->list and string->vector by accepting either cursors or indexes.