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