cpHashSetBin? ( object -- ? )


Vocabulary
chipmunk.ffi

Inputs and outputs
objectan object
?a boolean


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

Definition
USING: classes.tuple.private ;

IN: chipmunk.ffi

: cpHashSetBin? ( object -- ? )
\ cpHashSetBin 9 tuple-instance? ;