Handbook
Glossary
CXCompletionChunk_TypedText? ( object -- ? )
Vocabulary
libclang
.
ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
CXCompletionChunk_TypedText
class.
Definition
USING:
kernel
;
IN:
libclang.ffi
:
CXCompletionChunk_TypedText?
( object -- ? )
\
CXCompletionChunk_TypedText
eq?
;