simple-vector, vector, simple-array, array, sequence, t
The type of a vector that is not displaced to another array, has no fill pointer, is not expressly adjustable and is able to hold elements of any type is a subtype of simple-vector.
The type simple-vector is a subtype of vector, and is a subtype of type (vector t)
.
Specializing.
simple-vector [size]
This is the same as (simple-array t (size))
.
\issue{ARRAY-DIMENSION-IMPLICATIONS:ALL-FIXNUM}