clang_getNumElements

Return the number of elements of an array or vector type.

If a type is passed in that is not an array or vector type, -1 is returned.

extern (C) @nogc @trusted nothrow pure pure
long
clang_getNumElements
(
const CXType T
)

Meta