vector->list

[procedure] vector->list vector

R5RS, R6RS: Returns a newly allocated list of the objects contained in the elements of vector.

See also list->vector.

[procedure] vector->list vector [start end]

SRFI-43: Takes optional start and end indexes.