LLVMGetArrayLength

Obtain the length of an array type.

This only works on types that represent arrays.

@see llvm::ArrayType::getNumElements()

extern (C) nothrow
uint
LLVMGetArrayLength
(
LLVMTypeRef ArrayTy
)

Meta