predicate>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: predicate>> ( object -- value )


Methods
USING: accessors slots.private tools.test.fuzz.private ;

M: fuzz-test-failure predicate>> 3 slot ; inline


USING: accessors slots.private ui.operations ;

M: operation predicate>> 2 slot ; inline


USING: accessors cuda.ptx kernel.private slots.private ;

M: ptx-instruction predicate>>
3 slot { maybe{ ptx-operand } } declare ; inline