Previous: srfi vector spec mutators, Up: srfi vector spec [Index]
R5RS Create a list containing the elements in vec between start, which defaults to 0, and end, which defaults to the length of vec.
Like vector->list
, but the resulting list contains the elements
in reverse between the the specified range.
R5RS Create a vector of elements from proper-list.
Like list->vector
, but the resulting list contains the elements
in reverse of proper-list.