clang_Type_getNumObjCTypeArgs

Retrieve the number of type arguments associated with an ObjC object.

If the type is not an ObjC object, 0 is returned.

extern (C) @nogc @trusted nothrow pure
uint
clang_Type_getNumObjCTypeArgs
(
const CXType T
)

Meta