Function llvm_sys::core::LLVMArrayType2
source ยท pub unsafe extern "C" fn LLVMArrayType2(
ElementType: LLVMTypeRef,
ElementCount: u64,
) -> LLVMTypeRef
Expand description
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.