Type simple-bit-vector

Supertypes:

simple-bit-vector, 2.15.0 25bit-vector, vector, simple-array, array, sequence, t

Description:

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.

Compound Type Specifier Kind:

Abbreviating.

Compound Type Specifier Syntax:

4.6.0 13

simple-bit-vector [size]

Compound Type Specifier Arguments:

size—a non-negative fixnum, or the symbol *. The default is the symbol *.

Compound Type Specifier Description:

This denotes the same type as the type (simple-array bit (size)); that is, the set of simple bit vectors of size size.