<vector>

Type: <vector>

A vector is a series of elements. The elements in a vector are addressed by its index, which is where it is in the vector. A particular element may be found more quickly in a vector than in a list.

Topics related to vectors:
vector
vector-length
vector-ref
vector-set!
vector?
make-vector