bit-vector? ( object -- ? )
Bit vectors

Prev:bit-vector
Next:>bit-vector ( seq -- vector )


Vocabulary
bit-vectors

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the bit-vector class.

Definition