mad? ( object -- ? )


Vocabulary
cuda.ptx

Inputs and outputs
objectan object
?a boolean


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

Definition
USING: classes.tuple.private ;

IN: cuda.ptx

: mad? ( object -- ? ) \ mad 15 tuple-instance? ;