simple-bit-vector
simple-bit-vector, 2.15.0 25bit-vector, vector, simple-array, array, sequence, t
Reworded per Symbolics comments:
A \term{bit vector} that is not displaced to another
\term{array}, has no \term{fill pointer}, and is not to have its
size adjusted dynamically after creation is a \term{simple bit vector}.The type of a bit vector that is not displaced to another array, has no fill pointer, and is not to have its size adjusted dynamically after creationexpressly adjustable is a subtype of type simple-bit-vector.
Abbreviating.
4.6.0 13
simple-bit-vector [size]
size—a non-negative fixnum, or the symbol *. The default is the symbol *.
This denotes the same type as the type (simple-array bit (size)); that is, the set of simple bit vectors of size size.