array->vector

[procedure] array->vector array

SRFI-63, Scheme48: Returns a new vector consisting of all the elements of array in row-major order.

See also make-array.