pub unsafe extern "C" fn LLVMConstArray(
ElementTy: LLVMTypeRef,
ConstantVals: *mut LLVMValueRef,
Length: c_uint,
) -> LLVMValueRefExpand description
Create a ConstantArray from values.
@deprecated LLVMConstArray is deprecated in favor of the API accurate LLVMConstArray2 @see llvm::ConstantArray::get()