Function llvm_sys::core::LLVMConstArray

source ยท
pub unsafe extern "C" fn LLVMConstArray(
    ElementTy: LLVMTypeRef,
    ConstantVals: *mut LLVMValueRef,
    Length: c_uint
) -> LLVMValueRef
๐Ÿ‘ŽDeprecated since 17.0: LLVMConstArray is deprecated in favor of the API accurate LLVMConstArray2