vector-copy

[procedure] vector-copy vector

ChezScheme, STk

[procedure] vector-copy vector [start end fill]

SRFI-43: can take optional start and end index. Furthermore, if the range spans to outside of vector, the corresponding elements of the new vector is filled by fill.

[procedure] vector-copy vector [start end]

Gauche: can take optional start and end index.

[procedure] vector-copy vector start end

Bigloo: requires start and end index.

 numero rio