byte-vector? ( object -- ? )
Factor handbook » The language » Collections » Byte vectors

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


Vocabulary
byte-vectors

Inputs and outputs
objectan object
?a boolean


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

Definition