clang_getArraySize

Return the array size of a constant array.

If a non-array type is passed in, -1 is returned.

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

Meta