The vectors vocabulary implements resizable mutable sequence which support the Sequence protocol.
The vectors vocabulary only includes words for creating new vectors. To access and modify vector elements, use Sequence operations in the sequences vocabulary.
Vector literal syntax is documented in Vector syntax.
Vectors are intended to be used with Destructive sequence operations. Code that does not modify sequences in-place can use fixed-size arrays without loss of generality; see Arrays.