LLVMArrayType

Create a fixed size array type that refers to a specific type.

The created type will exist in the context that its element type exists in.

@see llvm::ArrayType::get()

extern (C) nothrow
LLVMTypeRef
LLVMArrayType
(
LLVMTypeRef ElementType
,)

Meta