vector? ( object -- ? )
Factor handbook » The language » Collections » Vectors

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


Vocabulary
vectors

Inputs and outputs
objectan object
?a boolean


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

Definition