bit-vector-word

Returns a word of the bit vector.  See <bit-vector> for the mapping between elements and words.

Exported from

Modifiers

sealed

Arguments

vectorAn instance of <bit-vector>.
indexAn instance of <integer>.  The index of a word in vector.

Values

wordAn instance of <machine-word>.
A vector that contains <bit>s.
The bit-vector module.
The class of integers.
The class <machine-word> represents a limited range of integral values.