assoc? ( object -- ? )
Factor handbook » The language » Collections » Associative mapping operations » Associative mapping protocol

Prev:assoc
Next:at* ( key assoc -- value/f ? )


Vocabulary
assocs

Inputs and outputs
objectan object
?a boolean


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

Definition