llvm_sys::core

Function LLVMArrayType

Source
pub unsafe extern "C" fn LLVMArrayType(
    ElementType: LLVMTypeRef,
    ElementCount: c_uint,
) -> LLVMTypeRef
👎Deprecated since 17.0: LLVMArrayType is deprecated in favor of the API accurate LLVMArrayType2