chickadee » srfi-214 » vector->flexvector

vector->flexvector vec #!optional start endprocedure

Creates a flexvector containing the elements in vec between start, which defaults to 0, and end, which defaults to the length of vec. Both start and end are clamped to the range [0, (vector-length vec)). It is an error if end is less than start.