bit-vector, vector, array, sequence, t
A bit vector is a vector the element type of which is bit.
The type bit-vector is a subtype of type vector, for bit-vector means (vector bit).
Abbreviating.
(bit-vector
{[size]})
size---a non-negative fixnum, or the symbol *.
This denotes the same type as the type (array bit (size)); that is, the set of bit vectors of size size.
section Sharpsign Asterisk, section Printing Bit Vectors, section Required Kinds of Specialized Arrays
Go to the first, previous, next, last section, table of contents.