byte-array? ( object -- ? )
Factor handbook » The language » Collections » Byte arrays

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


Vocabulary
byte-arrays

Inputs and outputs
objectan object
?a boolean


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

Definition