list->vector

[procedure] list->vector list

R5RS, R6RS: Returns a newly created vector initialized to the elements of the list list.

See also vector->list.