simple-vector
simple-vector, vector, simple-array, array, sequence, t
This sentence replaced per Symbolics comments:
A \term{vector} that is not displaced to another \term{array}, has no
\term{fill pointer}, is able to hold elements of any \term{type},
and is not to have its size adjusted dynamically after creation is a
\term{simple vector}.The type of a vector that is not displaced to another array, has no fill pointer, is not to have its size adjusted dynamically after creation,expressly adjustable and is able to hold elements of any type is a subtype of type simple-vector.
2.15.0 22The type simple-vector is a subtype of type vector, and is a subtype of type (vector t).
Specializing.
simple-vector [size]
size—a non-negative fixnum, or the symbol *. The default is the symbol *.
4.5.0 10 \itemitem{\tt (simple-vector \param{size})}
This is the same as (simple-array t (size)). This is the same as {\tt (and (vector t \param{size}) simple-array)}.
This is the same as the type \f{(vector t \param{size})} except that \typeref{simple-vector} also specifies that its members are \term{simple arrays}.