clang_getArrayElementType

Return the element type of an array type.

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

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

Meta